Skip to content

Commit

Permalink
deps: update alpine docker tag (#2592)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 6, 2024
1 parent 779977d commit cdb657e
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.20
FROM alpine:3.21
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.20
FROM alpine:3.21
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.20.3
FROM alpine:3.21.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.20.3
FROM alpine:3.21.0
RUN apk --no-cache add postgresql14-client
ENTRYPOINT [ "psql" ]

0 comments on commit cdb657e

Please sign in to comment.