Skip to content

Commit d5bdc34

Browse files
authored
Merge pull request #177 from GrahamCampbell/upgrade-postgres
Upgrade to postgres 16.3
2 parents ff4fcdc + 7395ee7 commit d5bdc34

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

php-80/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,12 @@ RUN make install
331331

332332
###############################################################################
333333
# Postgres
334-
# https://github.com/postgres/postgres/releases
334+
# https://github.com/postgres/postgres/tags
335335
# Needs:
336336
# - OpenSSL
337337
# Needed by:
338338
# - php
339-
ENV VERSION_POSTGRES=16.2
339+
ENV VERSION_POSTGRES=16.3
340340
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
341341
RUN set -xe; \
342342
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

php-81/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,12 +332,12 @@ RUN make install
332332

333333
###############################################################################
334334
# Postgres
335-
# https://github.com/postgres/postgres/releases
335+
# https://github.com/postgres/postgres/tags
336336
# Needs:
337337
# - OpenSSL
338338
# Needed by:
339339
# - php
340-
ENV VERSION_POSTGRES=16.2
340+
ENV VERSION_POSTGRES=16.3
341341
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
342342
RUN set -xe; \
343343
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

php-82/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,12 +332,12 @@ RUN make install
332332

333333
###############################################################################
334334
# Postgres
335-
# https://github.com/postgres/postgres/releases
335+
# https://github.com/postgres/postgres/tags
336336
# Needs:
337337
# - OpenSSL
338338
# Needed by:
339339
# - php
340-
ENV VERSION_POSTGRES=16.2
340+
ENV VERSION_POSTGRES=16.3
341341
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
342342
RUN set -xe; \
343343
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

php-83/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,12 +332,12 @@ RUN make install
332332

333333
###############################################################################
334334
# Postgres
335-
# https://github.com/postgres/postgres/releases
335+
# https://github.com/postgres/postgres/tags
336336
# Needs:
337337
# - OpenSSL
338338
# Needed by:
339339
# - php
340-
ENV VERSION_POSTGRES=16.2
340+
ENV VERSION_POSTGRES=16.3
341341
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
342342
RUN set -xe; \
343343
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

0 commit comments

Comments
 (0)