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 8f9bb0b commit c8b71d0Copy full SHA for c8b71d0
Dockerfile
@@ -13,7 +13,7 @@ ENV CGO_ENABLED=0
13
14
RUN --mount=type=cache,target=/go/pkg --mount=type=cache,target=/root/.cache/go-build GOOS=${TARGETOS} GOARCH=${TARGETARCH} make build
15
16
-FROM debian:slim AS image
+FROM debian:11-slim AS image
17
18
COPY --from=build /src/bin/kcl /usr/local/bin/kcl
19
# Verify KCL installation and basic functionality
0 commit comments