Merge pull request #208 from ckan/bump-postgres-to-v14

Bump postgres to v16
This commit is contained in:
Brett Jones 2025-04-09 16:41:59 +02:00 committed by GitHub
commit 3c05e565a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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