Skip to content

Commit

Permalink
deps: update alpine docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 6, 2024
1 parent b0348d2 commit d670e46
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 d670e46

Please sign in to comment.