Skip to content

Commit

Permalink
Updated PostgreSQL client to 17 version on Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Dec 6, 2024
1 parent 380f7e9 commit 90fe049
Show file tree
Hide file tree
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
Expand Up @@ -27,7 +27,7 @@ MYSQL_IMAGE_TAG=8.4-oracle
POSTGRESQL_IMAGE=postgres
POSTGRESQL_IMAGE_TAG=16-alpine
#POSTGRESQL_IMAGE=timescale/timescaledb
#POSTGRESQL_IMAGE_TAG=2.14.2-pg16
#POSTGRESQL_IMAGE_TAG=2.17.2-pg16

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

0 comments on commit 90fe049

Please sign in to comment.