Skip to content

Commit

Permalink
Merge pull request #138 from GrahamCampbell/postgres
Browse files Browse the repository at this point in the history
Bump postgres to 15.5
  • Loading branch information
mnapoli authored Nov 14, 2023
2 parents 2a1313b + 7915c01 commit facec03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ RUN make install
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=15.4
ENV VERSION_POSTGRES=15.5
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
RUN set -xe; \
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Expand Down
2 changes: 1 addition & 1 deletion php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ RUN make install
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=15.4
ENV VERSION_POSTGRES=15.5
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
RUN set -xe; \
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Expand Down
2 changes: 1 addition & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ RUN make install
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=15.4
ENV VERSION_POSTGRES=15.5
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
RUN set -xe; \
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Expand Down
2 changes: 1 addition & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ RUN make install
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=15.4
ENV VERSION_POSTGRES=15.5
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
RUN set -xe; \
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Expand Down

0 comments on commit facec03

Please sign in to comment.