Skip to content

Commit 6fab390

Browse files
authored
Merge pull request #81 from GrahamCampbell/postgres-upgrade
2 parents 2634635 + 5d2d7e2 commit 6fab390

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ RUN make install
285285
# - OpenSSL
286286
# Needed by:
287287
# - php
288-
ENV VERSION_POSTGRES=15.2
288+
ENV VERSION_POSTGRES=15.3
289289
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
290290
RUN set -xe; \
291291
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ RUN make install
286286
# - OpenSSL
287287
# Needed by:
288288
# - php
289-
ENV VERSION_POSTGRES=15.2
289+
ENV VERSION_POSTGRES=15.3
290290
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
291291
RUN set -xe; \
292292
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ RUN make install
286286
# - OpenSSL
287287
# Needed by:
288288
# - php
289-
ENV VERSION_POSTGRES=15.2
289+
ENV VERSION_POSTGRES=15.3
290290
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
291291
RUN set -xe; \
292292
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

0 commit comments

Comments
 (0)