diff --git a/Dockerfile b/Dockerfile index 8da1ff7..45e2f47 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.25.0 \ + go install github.com/sqlc-dev/sqlc/cmd/sqlc@v1.25.0 \ && /go/bin/sqlc version FROM scratch \