snyk-bot
2025-05-09 19:24:14 +00:00
parent 5f5b363645
commit 50ecffa88c

View File

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