Skip to content

Commit 7915c01

Browse files
Bump postgres to 15.5
1 parent 2a1313b commit 7915c01

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ RUN make install
315315
# - OpenSSL
316316
# Needed by:
317317
# - php
318-
ENV VERSION_POSTGRES=15.4
318+
ENV VERSION_POSTGRES=15.5
319319
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
320320
RUN set -xe; \
321321
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ RUN make install
316316
# - OpenSSL
317317
# Needed by:
318318
# - php
319-
ENV VERSION_POSTGRES=15.4
319+
ENV VERSION_POSTGRES=15.5
320320
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
321321
RUN set -xe; \
322322
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ RUN make install
316316
# - OpenSSL
317317
# Needed by:
318318
# - php
319-
ENV VERSION_POSTGRES=15.4
319+
ENV VERSION_POSTGRES=15.5
320320
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
321321
RUN set -xe; \
322322
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ RUN make install
317317
# - OpenSSL
318318
# Needed by:
319319
# - php
320-
ENV VERSION_POSTGRES=15.4
320+
ENV VERSION_POSTGRES=15.5
321321
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
322322
RUN set -xe; \
323323
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

0 commit comments

Comments
 (0)