From 7038a0b7aed451fe3e8743e71f4d6e8121638e43 Mon Sep 17 00:00:00 2001 From: RMT Date: Mon, 29 Jan 2024 14:40:06 +0800 Subject: [PATCH] update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 241c47d1b..799bdd1ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # target version of Postgres. In the Makefile, we use that to our advantage # and tag test images such as pg_auto_failover_test:pg14. # -ARG PGVERSION=14 +ARG PGVERSION=16 # # Define a base image with all our build dependencies. @@ -84,7 +84,7 @@ RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers FROM base as citus ARG PGVERSION -ARG CITUSTAG=v11.1.2 +ARG CITUSTAG=v12.1.0 ENV PG_CONFIG /usr/lib/postgresql/${PGVERSION}/bin/pg_config