We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68fb9c commit 4a37593Copy full SHA for 4a37593
Dockerfile
@@ -1,6 +1,6 @@
1
# This file is auto generated from it's template,
2
# see citusdata/tools/packaging_automation/templates/docker/latest/latest.tmpl.dockerfile.
3
-FROM postgres:17.2
+FROM postgres:16.6
4
ARG VERSION=12.1.8
5
LABEL maintainer="Citus Data https://citusdata.com" \
6
org.label-schema.name="Citus" \
alpine/Dockerfile
# see citusdata/tools/packaging_automation/templates/docker/alpine/alpine.tmpl.dockerfile.
-FROM postgres:17.2-alpine
+FROM postgres:16.6-alpine
0 commit comments