Updated PostgreSQL client to 17 version on Alpine

This commit is contained in:
Alexey Pustovalov
2024-12-06 16:27:48 +09:00
parent 4ee4932adf
commit 8a905b6638
4 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ RUN set -eux && \
php83-xmlreader \
php83-xmlwriter \
php83-openssl \
postgresql16-client \
postgresql17-client \
supervisor" && \
apk add \
--no-cache \