diff --git a/Dockerfile b/Dockerfile index d6c1c6e..44b009e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:15.4-bookworm +FROM postgres:16.0-bookworm COPY initScript/*.sh /docker-entrypoint-initdb.d/ COPY backup-database.sh /backup-database.sh