Skip to content

Commit

Permalink
Update Alpine Dockerfile to use PostgreSQL 17.2 and Citus 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m3hm3t committed Jan 23, 2025
1 parent 6963150 commit 57ac4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -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" \
Expand Down

0 comments on commit 57ac4a2

Please sign in to comment.