Update Dockerfile

This commit is contained in:
Brett 2025-03-21 07:54:34 +13:00
parent fdb31a114a
commit f2cc124ce4

View File

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