diff --git a/compose/postgres/Dockerfile b/compose/postgres/Dockerfile index 6b41e2e..d5085d3 100644 --- a/compose/postgres/Dockerfile +++ b/compose/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:17.5 +FROM postgres:17.7 # The docker image automatically creates user+password+database if the appropriate # environment variables are set, see here: