diff --git a/Containers/postgresql/Dockerfile b/Containers/postgresql/Dockerfile index 420b548f..da4e63eb 100644 --- a/Containers/postgresql/Dockerfile +++ b/Containers/postgresql/Dockerfile @@ -1,5 +1,5 @@ # From https://github.com/docker-library/postgres/blob/master/15/alpine/Dockerfile -FROM postgres:15.5-alpine +FROM postgres:15.6-alpine COPY --chmod=775 start.sh /start.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh