From a97eb82b59c9ecf8f2c6b7fa6c044867008055b5 Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Sun, 29 Mar 2026 18:43:05 +0000 Subject: [PATCH] Version 15 postgis tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d1b12d..9f4082d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN go mod download RUN mkdir bin/ && go build -o bin/ ./... -FROM postgis/postgis:15 +FROM postgis/postgis:15-master COPY --from=builder /usr/local/src/pg_autoconfig/bin/pg_autoconfig /