diff --git a/Containers/postgresql/Dockerfile b/Containers/postgresql/Dockerfile index e32cc146..36394b05 100644 --- a/Containers/postgresql/Dockerfile +++ b/Containers/postgresql/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:latest -# From https://github.com/docker-library/postgres/blob/master/16/alpine3.21/Dockerfile -FROM postgres:16.9-alpine +# From https://github.com/docker-library/postgres/blob/master/17/alpine3.21/Dockerfile +FROM postgres:17.5-alpine COPY --chmod=775 start.sh /start.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh