We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a58933 commit 1ad910eCopy full SHA for 1ad910e
Dockerfile
@@ -13,7 +13,7 @@ ENV VERSION=$version
13
RUN go run scripts/release.go -docker
14
15
# STEP 2: Build a tiny image
16
-FROM scratch
+FROM gcr.io/distroless/base-debian12
17
18
COPY --from=builder /workspace/sqlc /workspace/sqlc
19
ENTRYPOINT ["/workspace/sqlc"]
0 commit comments