update readme and postgres:17.6-alpine

This commit is contained in:
grillazz
2025-08-23 18:43:10 +02:00
parent 72b1ec6404
commit 8312f06c0b
2 changed files with 14 additions and 12 deletions

View File

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