mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
postgres: update to 16
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
6f52c02bb9
commit
a9f2f318a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue