Updated PostgreSQL client to 17 version on Alpine

This commit is contained in:
Alexey Pustovalov
2024-12-06 14:20:01 +09:00
parent 17d1a0656f
commit 845835dce8
15 changed files with 19 additions and 18 deletions

View File

@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-pgsql:alpine-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder
FROM alpine:3.19
FROM alpine:3.21
ARG MAJOR_VERSION
ARG ZBX_VERSION
@ -50,7 +50,7 @@ RUN set -eux && \
php83-xmlreader \
php83-xmlwriter \
php83-openssl \
postgresql16-client \
postgresql17-client \
supervisor" && \
apk add \
--no-cache \