Update to postgres:16-alpine

This commit is contained in:
Brett 2025-04-09 13:12:30 +02:00
parent f2cc124ce4
commit 05ad04aacf

View File

@ -1,4 +1,4 @@
FROM postgres:14-alpine
FROM postgres:16-alpine
# Include extra setup scripts (eg datastore)
COPY --chown=postgres:postgres docker-entrypoint-initdb.d /docker-entrypoint-initdb.d