diff --git a/misc/docker/postgres-with-tergum/Dockerfile b/misc/docker/postgres-with-tergum/Dockerfile index 457121c..d81a150 100644 --- a/misc/docker/postgres-with-tergum/Dockerfile +++ b/misc/docker/postgres-with-tergum/Dockerfile @@ -1,4 +1,4 @@ -ARG POSTGRES_VERSION=13 +ARG POSTGRES_VERSION=16 ARG TERGUM_VERSION=v0.35.0 FROM sikalabs/tergum:$TERGUM_VERSION as tergum FROM postgres:$POSTGRES_VERSION diff --git a/misc/docker/postgres-with-tergum/Makefile b/misc/docker/postgres-with-tergum/Makefile index e517927..878cc62 100644 --- a/misc/docker/postgres-with-tergum/Makefile +++ b/misc/docker/postgres-with-tergum/Makefile @@ -1,4 +1,4 @@ -POSTGRES_VERSION=13 +POSTGRES_VERSION=16 TERGUM_VERSION=v0.35.0 IMAGE=ghcr.io/tergum-extra/postgres-with-tergum:${POSTGRES_VERSION}-tergum-${TERGUM_VERSION}