Skip to content

Commit

Permalink
Merge pull request #1693 from GrahamCampbell/1.x-postgres
Browse files Browse the repository at this point in the history
[1.x] Bump postgres to 15.5
  • Loading branch information
mnapoli authored Nov 14, 2023
2 parents 5a3865a + 6aa08f7 commit 7928f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/base/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ RUN set -xe; \
# - OpenSSL
# Needed by:
# - php
ENV VERSION_POSTGRES=15.4
ENV VERSION_POSTGRES=15.5
ENV POSTGRES_BUILD_DIR=${BUILD_DIR}/postgres

RUN set -xe; \
Expand Down

0 comments on commit 7928f35

Please sign in to comment.