From c1fb32c48b51473eafdfc51b2263bc4e31aee279 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 21 Feb 2025 18:58:15 +0000 Subject: [PATCH] Upgrade to Postgres 17.4 --- php-80/Dockerfile | 2 +- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- php-84/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 8236d38c..2a28ea01 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -336,7 +336,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=17.3 +ENV VERSION_POSTGRES=17.4 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 c10f8b75..11211f4a 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -337,7 +337,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=17.3 +ENV VERSION_POSTGRES=17.4 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 26cd0454..c7e2e1e3 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -337,7 +337,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=17.3 +ENV VERSION_POSTGRES=17.4 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 05905892..8cb6b131 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -337,7 +337,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=17.3 +ENV VERSION_POSTGRES=17.4 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 c6f86c2f..912fadb3 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -337,7 +337,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=17.3 +ENV VERSION_POSTGRES=17.4 ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres RUN set -xe; \ mkdir -p ${POSTGRES_BUILD_DIR}/bin; \