Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated PostgreSQL client to 17 version on Alpine
Browse files Browse the repository at this point in the history
dotneft committed Dec 6, 2024
1 parent 4ee4932 commit 8a905b6
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ MYSQL_IMAGE_TAG=8.0-oracle
POSTGRESQL_IMAGE=postgres
POSTGRESQL_IMAGE_TAG=15-alpine
#POSTGRESQL_IMAGE=timescale/timescaledb
#POSTGRESQL_IMAGE_TAG=2.14.2-pg15
#POSTGRESQL_IMAGE_TAG=2.17.2-pg15

BUSYBOX_IMAGE=busybox
BUSYBOX_IMAGE_TAG=latest
2 changes: 1 addition & 1 deletion Dockerfiles/server-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ RUN set -eux && \
net-snmp-agent-libs \
openipmi-libs \
pcre2 \
postgresql16-client \
postgresql17-client \
gzip \
unixodbc \
zlib" && \
2 changes: 1 addition & 1 deletion Dockerfiles/web-apache-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ RUN set -eux && \
php83-xmlreader \
php83-xmlwriter \
php83-openssl \
postgresql16-client" && \
postgresql17-client" && \
apk add \
--no-cache \
--clean-protected \
2 changes: 1 addition & 1 deletion Dockerfiles/web-nginx-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ RUN set -eux && \
php83-xmlreader \
php83-xmlwriter \
php83-openssl \
postgresql16-client \
postgresql17-client \
supervisor" && \
apk add \
--no-cache \

0 comments on commit 8a905b6

Please sign in to comment.