Skip to content

Commit

Permalink
Merge pull request #5115 from nextcloud/dependabot/docker/Containers/…
Browse files Browse the repository at this point in the history
…postgresql/postgres-16.4-alpine

build(deps): bump postgres from 16.3-alpine to 16.4-alpine in /Containers/postgresql
  • Loading branch information
szaimen authored Aug 9, 2024
2 parents 35c6412 + 30981b9 commit 0315d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/postgresql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:latest
# From https://github.com/docker-library/postgres/blob/master/16/alpine3.20/Dockerfile
FROM postgres:16.3-alpine
FROM postgres:16.4-alpine

COPY --chmod=775 start.sh /start.sh
COPY --chmod=775 healthcheck.sh /healthcheck.sh
Expand Down

0 comments on commit 0315d4c

Please sign in to comment.