diff --git a/Containers/postgresql/Dockerfile b/Containers/postgresql/Dockerfile index 313360bd..5c16d805 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.2-alpine +FROM postgres:15.3-alpine COPY --chmod=775 start.sh /start.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh