Skip to content

Commit

Permalink
Merge pull request #81 from GrahamCampbell/postgres-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored May 10, 2023
2 parents 2634635 + 5d2d7e2 commit 6fab390
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ RUN make install
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=15.2
ENV VERSION_POSTGRES=15.3
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 @@ -286,7 +286,7 @@ RUN make install
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=15.2
ENV VERSION_POSTGRES=15.3
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 @@ -286,7 +286,7 @@ RUN make install
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=15.2
ENV VERSION_POSTGRES=15.3
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
RUN set -xe; \
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Expand Down

0 comments on commit 6fab390

Please sign in to comment.