bump postgresql version

This commit is contained in:
grillazz
2025-03-08 20:26:13 +01:00
parent b594dee278
commit 0bb3576e90
2 changed files with 91 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# pull official base image
FROM postgres:16-alpine
FROM postgres:17.4-alpine
# run create.sql on init
ADD create.sql /docker-entrypoint-initdb.d