postgres: Image von 16-slim auf 16

This commit is contained in:
Arcane
2026-07-21 14:58:22 +00:00
parent 4d1f613a1c
commit 596ded1a4a
3 changed files with 19 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
FROM postgres:16-slim
FROM postgres:16
COPY init.sql /docker-entrypoint-initdb.d/
EXPOSE 5432