Skip to content

Commit

Permalink
only shrink Go binary
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Wadsworth <brad.wadsworth@eviden.com>
  • Loading branch information
bradkwadsworth-mw committed Jan 3, 2025
1 parent bf328a5 commit 7bc992f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7bc992f

Please sign in to comment.