Skip to content

Commit c8b71d0

Browse files
committed
chore: use debian:11-slim as the base image
Signed-off-by: Peefy <[email protected]>
1 parent 8f9bb0b commit c8b71d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV CGO_ENABLED=0
1313

1414
RUN --mount=type=cache,target=/go/pkg --mount=type=cache,target=/root/.cache/go-build GOOS=${TARGETOS} GOARCH=${TARGETARCH} make build
1515

16-
FROM debian:slim AS image
16+
FROM debian:11-slim AS image
1717

1818
COPY --from=build /src/bin/kcl /usr/local/bin/kcl
1919
# Verify KCL installation and basic functionality

0 commit comments

Comments
 (0)