Skip to content

Commit

Permalink
Upgrade to postgres 16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed May 23, 2024
1 parent a433d23 commit 7395ee7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,12 @@ RUN make install

###############################################################################
# Postgres
# https://github.com/postgres/postgres/releases
# https://github.com/postgres/postgres/tags
# Needs:
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=16.2
ENV VERSION_POSTGRES=16.3
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
RUN set -xe; \
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Expand Down
4 changes: 2 additions & 2 deletions php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -332,12 +332,12 @@ RUN make install

###############################################################################
# Postgres
# https://github.com/postgres/postgres/releases
# https://github.com/postgres/postgres/tags
# Needs:
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=16.2
ENV VERSION_POSTGRES=16.3
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
RUN set -xe; \
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Expand Down
4 changes: 2 additions & 2 deletions php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -332,12 +332,12 @@ RUN make install

###############################################################################
# Postgres
# https://github.com/postgres/postgres/releases
# https://github.com/postgres/postgres/tags
# Needs:
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=16.2
ENV VERSION_POSTGRES=16.3
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
RUN set -xe; \
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Expand Down
4 changes: 2 additions & 2 deletions php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -332,12 +332,12 @@ RUN make install

###############################################################################
# Postgres
# https://github.com/postgres/postgres/releases
# https://github.com/postgres/postgres/tags
# Needs:
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=16.2
ENV VERSION_POSTGRES=16.3
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
RUN set -xe; \
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Expand Down

0 comments on commit 7395ee7

Please sign in to comment.