From ca2cebc0d54a81d275317ed411c1a489b7ffa87d Mon Sep 17 00:00:00 2001 From: Philipp Paulweber Date: Fri, 18 Aug 2023 14:15:23 +0200 Subject: [PATCH] Image: patched to v1.18.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6474d4c..246019f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN apk update \ && update-ca-certificates RUN CGO_ENABLED=0 GOOS=linux \ - go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.17.0 \ + go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.18.0 \ && /go/bin/sqlc version FROM scratch \