From 408d6eddad3450cd0e568541186652e2118b7710 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 9 May 2025 01:15:08 +0100 Subject: [PATCH] Upgrade to postgres 17.5 --- 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 88133c44..ac0d9b8e 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -336,7 +336,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=17.4 +ENV VERSION_POSTGRES=17.5 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 cb9e5628..74584bbd 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -337,7 +337,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=17.4 +ENV VERSION_POSTGRES=17.5 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 d6d660fb..a6b74e73 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -337,7 +337,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=17.4 +ENV VERSION_POSTGRES=17.5 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 4c14d957..d6dc27b7 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -337,7 +337,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=17.4 +ENV VERSION_POSTGRES=17.5 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 1b3c38d5..b1af897a 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -337,7 +337,7 @@ RUN make install # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=17.4 +ENV VERSION_POSTGRES=17.5 ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres RUN set -xe; \ mkdir -p ${POSTGRES_BUILD_DIR}/bin; \