Skip to content

Commit 2f4b3f3

Browse files
authored
Merge pull request #108 from GrahamCampbell/postgres
2 parents 3f0a49f + 96e7a21 commit 2f4b3f3

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
@@ -289,7 +289,7 @@ RUN make install
289289
# - OpenSSL
290290
# Needed by:
291291
# - php
292-
ENV VERSION_POSTGRES=15.3
292+
ENV VERSION_POSTGRES=15.4
293293
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
294294
RUN set -xe; \
295295
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ RUN make install
290290
# - OpenSSL
291291
# Needed by:
292292
# - php
293-
ENV VERSION_POSTGRES=15.3
293+
ENV VERSION_POSTGRES=15.4
294294
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
295295
RUN set -xe; \
296296
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ RUN make install
290290
# - OpenSSL
291291
# Needed by:
292292
# - php
293-
ENV VERSION_POSTGRES=15.3
293+
ENV VERSION_POSTGRES=15.4
294294
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
295295
RUN set -xe; \
296296
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ RUN make install
291291
# - OpenSSL
292292
# Needed by:
293293
# - php
294-
ENV VERSION_POSTGRES=15.3
294+
ENV VERSION_POSTGRES=15.4
295295
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
296296
RUN set -xe; \
297297
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \

0 commit comments

Comments
 (0)