-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update alpine docker tag (#1844)
- Loading branch information
1 parent
0f39f2d
commit 6f5489d
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM alpine:3.19 | ||
FROM alpine:3.20 | ||
RUN apk --no-cache add postgresql-client | ||
ENTRYPOINT [ "psql" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM alpine:3.19 | ||
FROM alpine:3.20 | ||
RUN apk --no-cache add postgresql-client | ||
ENTRYPOINT [ "psql" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM alpine:3.19.1 | ||
FROM alpine:3.20.0 | ||
RUN apk --no-cache add postgresql13-client | ||
ENTRYPOINT [ "psql" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM alpine:3.19.1 | ||
FROM alpine:3.20.0 | ||
RUN apk --no-cache add postgresql14-client | ||
ENTRYPOINT [ "psql" ] |