templates/docker-compose/postgres/Dockerfile.j2 - bump to v17
This commit is contained in:
@@ -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/
|
COPY --chown={{ postgres_db_user }}:{{ postgres_db_user }} init.sql /docker-entrypoint-initdb.d/
|
||||||
|
|||||||
Reference in New Issue
Block a user