Skip to content

Commit

Permalink
deps: update alpine docker tag to v3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 8, 2025
1 parent 4d2510b commit 25efcbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.21.1
FROM alpine:3.21.2
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.21.1
FROM alpine:3.21.2
RUN apk --no-cache add postgresql14-client
ENTRYPOINT [ "psql" ]

0 comments on commit 25efcbc

Please sign in to comment.