diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 35272435..585f26ed 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 ef1315c7..972b55ee 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 2e29365f..a802825b 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 3385beb1..f19537ef 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; \