diff --git a/Dockerfile b/Dockerfile index 9a3fc87..49ba0a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:16.1-bookworm +FROM postgres:16.2-bookworm COPY initScript/*.sh /docker-entrypoint-initdb.d/ COPY backup-database.sh /backup-database.sh