Merge pull request #4214 from nextcloud/dependabot/docker/Containers/postgresql/postgres-15.6-alpine

Bump postgres from 15.5-alpine to 15.6-alpine in /Containers/postgresql
This commit is contained in:
Simon L 2024-02-15 10:32:04 +01:00 committed by GitHub
commit aeac2b54fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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