update to 15.17-1

This commit is contained in:
Bernhard Radermacher
2026-03-17 13:00:08 +01:00
parent dc86f75e11
commit 4c37f529fe

View File

@@ -21,7 +21,7 @@ RUN set -ex; \
ENV PG_MAJOR=15
ENV PATH=$PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION=15.16-1.pgdg13+1
ENV PG_VERSION=15.17-1.pgdg13+1
ENV PGDATA=/var/lib/postgresql/data
RUN install --verbose --directory --owner postgres --group postgres --mode 3777 /var/run/postgresql; \