Skip to content

Commit

Permalink
Bumped postgres to 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Aug 11, 2023
1 parent 5ffa1b6 commit 96e7a21
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 @@ -289,7 +289,7 @@ RUN make install
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=15.3
ENV VERSION_POSTGRES=15.4
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 @@ -290,7 +290,7 @@ RUN make install
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=15.3
ENV VERSION_POSTGRES=15.4
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 @@ -290,7 +290,7 @@ RUN make install
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=15.3
ENV VERSION_POSTGRES=15.4
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 @@ -291,7 +291,7 @@ RUN make install
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=15.3
ENV VERSION_POSTGRES=15.4
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres
RUN set -xe; \
mkdir -p ${POSTGRES_BUILD_DIR}/bin; \
Expand Down

0 comments on commit 96e7a21

Please sign in to comment.