diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 186f1689..23d3e1aa 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -336,7 +336,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=16.4 +ENV VERSION_POSTGRES=17.2 ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres RUN set -xe; \ mkdir -p ${POSTGRES_BUILD_DIR}/bin; \ diff --git a/php-81/Dockerfile b/php-81/Dockerfile index f8d2c800..4c401d85 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -337,7 +337,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=16.4 +ENV VERSION_POSTGRES=17.2 ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres RUN set -xe; \ mkdir -p ${POSTGRES_BUILD_DIR}/bin; \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index fa634389..bd9e6f38 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -337,7 +337,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=16.4 +ENV VERSION_POSTGRES=17.2 ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres RUN set -xe; \ mkdir -p ${POSTGRES_BUILD_DIR}/bin; \ diff --git a/php-83/Dockerfile b/php-83/Dockerfile index 7cfc374a..4490eddd 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -337,7 +337,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=16.4 +ENV VERSION_POSTGRES=17.2 ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres RUN set -xe; \ mkdir -p ${POSTGRES_BUILD_DIR}/bin; \ diff --git a/php-84/Dockerfile b/php-84/Dockerfile index 7f827d41..c0ab7146 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -337,7 +337,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=16.4 +ENV VERSION_POSTGRES=17.2 ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres RUN set -xe; \ mkdir -p ${POSTGRES_BUILD_DIR}/bin; \