Updated PostgreSQL client to 17 version on Alpine

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

View File

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