File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
293293ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
294294RUN set -xe; \
295295 mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Original file line number Diff line number Diff 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
294294ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
295295RUN set -xe; \
296296 mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Original file line number Diff line number Diff 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
294294ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
295295RUN set -xe; \
296296 mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Original file line number Diff line number Diff 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
295295ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
296296RUN set -xe; \
297297 mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
You can’t perform that action at this time.
0 commit comments