diff --git a/Dockerfile.extra b/Dockerfile.extra index 99f4d22..eec7450 100644 --- a/Dockerfile.extra +++ b/Dockerfile.extra @@ -16,7 +16,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -o pgconfig ./cmd # Main stage -FROM postgres:17-bookworm +FROM postgres:18-bookworm # Get architecture information ARG TARGETARCH