Skip to content

Commit

Permalink
deps: update alpine docker tag to v3.20.1 (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 22, 2024
1 parent 1c3384b commit 78392e0
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.20.0
FROM alpine:3.20.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.20.0
FROM alpine:3.20.1
RUN apk --no-cache add postgresql14-client
ENTRYPOINT [ "psql" ]

0 comments on commit 78392e0

Please sign in to comment.