From cb9f9a9d9c25d7d4d02edc736a9f7a9e8e441bfc Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 20 Nov 2024 19:56:30 +0000 Subject: [PATCH] Upgrade to postgres 17.2 --- 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 186f168..23d3e1a 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 f8d2c80..4c401d8 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 fa63438..bd9e6f3 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 7cfc374..4490edd 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 7f827d4..c0ab714 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; \