diff --git a/misc/docker/postgres-with-tergum/Makefile b/misc/docker/postgres-with-tergum/Makefile index 460439c..8d07288 100644 --- a/misc/docker/postgres-with-tergum/Makefile +++ b/misc/docker/postgres-with-tergum/Makefile @@ -1,5 +1,5 @@ POSTGRES_VERSION=13 -TERGUM_VERSION=v0.13.0 +TERGUM_VERSION=v0.17.0 IMAGE=ghcr.io/tergum-extra/postgres-with-tergum:${POSTGRES_VERSION}-tergum-${TERGUM_VERSION} all: build push