From 57ac4a2d4d5d02d631d989479745e8c68af33df6 Mon Sep 17 00:00:00 2001 From: Mehmet Yilmaz Date: Thu, 23 Jan 2025 13:38:27 +0300 Subject: [PATCH] Update Alpine Dockerfile to use PostgreSQL 17.2 and Citus 13.0.0 --- alpine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 7c98c5b..2ddeb59 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,7 +1,7 @@ # This file is auto generated from it's template, # see citusdata/tools/packaging_automation/templates/docker/alpine/alpine.tmpl.dockerfile. -FROM postgres:16.6-alpine -ARG VERSION=12.1.6 +FROM postgres:17.2-alpine +ARG VERSION=13.0.0 LABEL maintainer="Citus Data https://citusdata.com" \ org.label-schema.name="Citus" \ org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \