From 7395ee7732e33b20c8e0dfc8801cf9822a266129 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 23 May 2024 10:37:14 +0100 Subject: [PATCH] Upgrade to postgres 16.3 --- php-80/Dockerfile | 4 ++-- php-81/Dockerfile | 4 ++-- php-82/Dockerfile | 4 ++-- php-83/Dockerfile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index a4a66d53..adf6f7f4 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -331,12 +331,12 @@ RUN make install ############################################################################### # Postgres -# https://github.com/postgres/postgres/releases +# https://github.com/postgres/postgres/tags # Needs: # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=16.2 +ENV VERSION_POSTGRES=16.3 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 f862876c..318d5392 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -332,12 +332,12 @@ RUN make install ############################################################################### # Postgres -# https://github.com/postgres/postgres/releases +# https://github.com/postgres/postgres/tags # Needs: # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=16.2 +ENV VERSION_POSTGRES=16.3 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 63729f4d..c00ad9c9 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -332,12 +332,12 @@ RUN make install ############################################################################### # Postgres -# https://github.com/postgres/postgres/releases +# https://github.com/postgres/postgres/tags # Needs: # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=16.2 +ENV VERSION_POSTGRES=16.3 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 76cf0e8f..d0b91725 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -332,12 +332,12 @@ RUN make install ############################################################################### # Postgres -# https://github.com/postgres/postgres/releases +# https://github.com/postgres/postgres/tags # Needs: # - OpenSSL # Needed by: # - php -ENV VERSION_POSTGRES=16.2 +ENV VERSION_POSTGRES=16.3 ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres RUN set -xe; \ mkdir -p ${POSTGRES_BUILD_DIR}/bin; \