File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -331,12 +331,12 @@ RUN make install
331331
332332# ##############################################################################
333333# Postgres
334- # https://github.com/postgres/postgres/releases
334+ # https://github.com/postgres/postgres/tags
335335# Needs:
336336# - OpenSSL
337337# Needed by:
338338# - php
339- ENV VERSION_POSTGRES=16.2
339+ ENV VERSION_POSTGRES=16.3
340340ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
341341RUN set -xe; \
342342 mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Original file line number Diff line number Diff line change @@ -332,12 +332,12 @@ RUN make install
332332
333333# ##############################################################################
334334# Postgres
335- # https://github.com/postgres/postgres/releases
335+ # https://github.com/postgres/postgres/tags
336336# Needs:
337337# - OpenSSL
338338# Needed by:
339339# - php
340- ENV VERSION_POSTGRES=16.2
340+ ENV VERSION_POSTGRES=16.3
341341ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
342342RUN set -xe; \
343343 mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Original file line number Diff line number Diff line change @@ -332,12 +332,12 @@ RUN make install
332332
333333# ##############################################################################
334334# Postgres
335- # https://github.com/postgres/postgres/releases
335+ # https://github.com/postgres/postgres/tags
336336# Needs:
337337# - OpenSSL
338338# Needed by:
339339# - php
340- ENV VERSION_POSTGRES=16.2
340+ ENV VERSION_POSTGRES=16.3
341341ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
342342RUN set -xe; \
343343 mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Original file line number Diff line number Diff line change @@ -332,12 +332,12 @@ RUN make install
332332
333333# ##############################################################################
334334# Postgres
335- # https://github.com/postgres/postgres/releases
335+ # https://github.com/postgres/postgres/tags
336336# Needs:
337337# - OpenSSL
338338# Needed by:
339339# - php
340- ENV VERSION_POSTGRES=16.2
340+ ENV VERSION_POSTGRES=16.3
341341ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
342342RUN set -xe; \
343343 mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
You can’t perform that action at this time.
0 commit comments