templates/docker-compose/postgres/Dockerfile.j2 - bump to v17

This commit is contained in:
Nick Stokoe
2025-05-26 12:37:45 +01:00
parent 7c4f1091b4
commit 5c12a6f053

View File

@@ -1,2 +1,2 @@
FROM postgres:11.9-alpine
FROM postgres:17-alpine
COPY --chown={{ postgres_db_user }}:{{ postgres_db_user }} init.sql /docker-entrypoint-initdb.d/