Skip to content

Commit

Permalink
Merge pull request #3434 from yurake/renovate/postgres-16.x
Browse files Browse the repository at this point in the history
chore(deps): update postgres docker tag to v16.4
  • Loading branch information
renovate[bot] authored Sep 15, 2024
2 parents 9332046 + cefe74f commit 151adda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:16.0-alpine
FROM postgres:16.4-alpine
ARG BUILD_DATE
ARG VCS_REF
LABEL org.label-schema.build-date=$BUILD_DATE org.label-schema.vcs-ref=$VCS_REF \
Expand Down

0 comments on commit 151adda

Please sign in to comment.