Merge pull request #3158 from nextcloud/dependabot/docker/Containers/postgresql/postgres-15.4-alpine

Bump postgres from 15.3-alpine to 15.4-alpine in /Containers/postgresql
This commit is contained in:
Simon L
2023-08-17 09:31:22 +02:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# From https://github.com/docker-library/postgres/blob/master/15/alpine/Dockerfile
FROM postgres:15.3-alpine
FROM postgres:15.4-alpine
COPY --chmod=775 start.sh /start.sh
COPY --chmod=775 healthcheck.sh /healthcheck.sh