From 7bc992fe2dad223d42b25f614450f1cf9142450d Mon Sep 17 00:00:00 2001 From: Brad Wadsworth Date: Fri, 3 Jan 2025 11:29:51 -0600 Subject: [PATCH] only shrink Go binary Signed-off-by: Brad Wadsworth --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12dc61c..484ad4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # We use the latest Go 1.x version unless asked to use something else. # The GitHub Actions CI job sets this argument for a consistent Go version. ARG GO_VERSION=1 -ARG BASE_IMAGE=debian:bookworm-slim +ARG BASE_IMAGE=kcllang/kcl # Setup the base environment. The BUILDPLATFORM is set automatically by Docker. # The --platform=${BUILDPLATFORM} flag tells Docker to build the function using