Merge pull request #4772 from nextcloud/enh/3573/update-to-16

postgres: update to 16
This commit is contained in:
Simon L 2024-06-06 12:01:29 +02:00 committed by GitHub
commit 5216a6aefa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:latest # syntax=docker/dockerfile:latest
# From https://github.com/docker-library/postgres/blob/master/15/alpine/Dockerfile # From https://github.com/docker-library/postgres/blob/master/15/alpine/Dockerfile
FROM postgres:15.7-alpine FROM postgres:16.3-alpine
COPY --chmod=775 start.sh /start.sh COPY --chmod=775 start.sh /start.sh
COPY --chmod=775 healthcheck.sh /healthcheck.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh