Skip to content

Commit

Permalink
deps: update alpine docker tag (#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 23, 2024
1 parent 0f39f2d commit 6f5489d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/DockerfilePsql11
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" ]
2 changes: 1 addition & 1 deletion build/DockerfilePsql12
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" ]
2 changes: 1 addition & 1 deletion build/DockerfilePsql13
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" ]
2 changes: 1 addition & 1 deletion build/DockerfilePsql14
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" ]

0 comments on commit 6f5489d

Please sign in to comment.