fix(docker): update PostgreSQL version to 16 in Dockerfile

This commit is contained in:
Andras Bacsai 2026-02-09 09:59:21 +01:00
parent fc229c4889
commit c9230b6b43

View file

@ -6,7 +6,7 @@ ARG MINIO_VERSION=RELEASE.2025-05-21T01-59-54Z
# https://github.com/cloudflare/cloudflared/releases
ARG CLOUDFLARED_VERSION=2025.7.0
# https://www.postgresql.org/support/versioning/
ARG POSTGRES_VERSION=15
ARG POSTGRES_VERSION=16
# =================================================================
# Get MinIO client