Skip to content

Commit

Permalink
deps: update alpine docker tag to v3.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 7, 2025
1 parent 40b2cb7 commit 0175b26
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.0
FROM alpine:3.21.1
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.0
FROM alpine:3.21.1
RUN apk --no-cache add postgresql14-client
ENTRYPOINT [ "psql" ]

0 comments on commit 0175b26

Please sign in to comment.