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 @@ -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
319319ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
320320RUN set -xe; \
321321 mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Original file line number Diff line number Diff 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
320320ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
321321RUN set -xe; \
322322 mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Original file line number Diff line number Diff 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
320320ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
321321RUN set -xe; \
322322 mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Original file line number Diff line number Diff 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
321321ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
322322RUN set -xe; \
323323 mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
You can’t perform that action at this time.
0 commit comments