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