From a830854d57d5d8a92e807dea37817da429d03ac4 Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Sun, 29 Mar 2026 18:39:46 +0000 Subject: [PATCH] Postgres 15 cpomponents minor version mismatch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15ba19a..8d1b12d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN go mod download RUN mkdir bin/ && go build -o bin/ ./... -FROM postgis/postgis:15-3.4 +FROM postgis/postgis:15 COPY --from=builder /usr/local/src/pg_autoconfig/bin/pg_autoconfig /