fix(docker): update PostgreSQL version to 16 in Dockerfile
This commit is contained in:
parent
fc229c4889
commit
c9230b6b43
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue