mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
build: upgrade postgres client to fix build error
This commit is contained in:
@@ -6,7 +6,8 @@ ARG MINIO_VERSION=RELEASE.2025-05-21T01-59-54Z
|
|||||||
# https://github.com/cloudflare/cloudflared/releases
|
# https://github.com/cloudflare/cloudflared/releases
|
||||||
ARG CLOUDFLARED_VERSION=2025.7.0
|
ARG CLOUDFLARED_VERSION=2025.7.0
|
||||||
# https://www.postgresql.org/support/versioning/
|
# https://www.postgresql.org/support/versioning/
|
||||||
ARG POSTGRES_VERSION=15
|
# Note: We are using version 18 of the postgres client (while still using postgres 15 for the postgres server) as version 15 has been removed from Alpine 3.23+ https://pkgs.alpinelinux.org/packages?name=postgresql*-client&branch=v3.23&repo=&arch=x86_64&origin=&flagged=&maintainer=
|
||||||
|
ARG POSTGRES_VERSION=18
|
||||||
|
|
||||||
# =================================================================
|
# =================================================================
|
||||||
# Get MinIO client
|
# Get MinIO client
|
||||||
|
|||||||
@@ -6,7 +6,8 @@ ARG MINIO_VERSION=RELEASE.2025-05-21T01-59-54Z
|
|||||||
# https://github.com/cloudflare/cloudflared/releases
|
# https://github.com/cloudflare/cloudflared/releases
|
||||||
ARG CLOUDFLARED_VERSION=2025.7.0
|
ARG CLOUDFLARED_VERSION=2025.7.0
|
||||||
# https://www.postgresql.org/support/versioning/
|
# https://www.postgresql.org/support/versioning/
|
||||||
ARG POSTGRES_VERSION=15
|
# Note: We are using version 18 of the postgres client (while still using postgres 15 for the postgres server) as version 15 has been removed from Alpine 3.23+ https://pkgs.alpinelinux.org/packages?name=postgresql*-client&branch=v3.23&repo=&arch=x86_64&origin=&flagged=&maintainer=
|
||||||
|
ARG POSTGRES_VERSION=18
|
||||||
|
|
||||||
# Add user/group
|
# Add user/group
|
||||||
ARG USER_ID=9999
|
ARG USER_ID=9999
|
||||||
|
|||||||
Reference in New Issue
Block a user