diff --git a/misc/docker/postgres-with-tergum/Makefile b/misc/docker/postgres-with-tergum/Makefile index 1b06447..698a082 100644 --- a/misc/docker/postgres-with-tergum/Makefile +++ b/misc/docker/postgres-with-tergum/Makefile @@ -6,7 +6,7 @@ all: build push build: docker build \ - --platform linux/amd64 \ + --platform linux/amd64 \ --build-arg POSTGRES_VERSION=${POSTGRES_VERSION} \ --build-arg TERGUM_VERSION=${TERGUM_VERSION} \ -t ${IMAGE} \