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 b234785 commit 6fe9e06Copy full SHA for 6fe9e06
makefile
@@ -100,7 +100,7 @@ GIT_TAG ?= $(shell git describe --tags --dirty --always)
100
PLATFORMS ?= linux/amd64,linux/arm64
101
DOCKER_BUILDX_CMD ?= docker buildx
102
IMAGE_BUILD_CMD ?= $(DOCKER_BUILDX_CMD) build
103
-BASE_IMAGE ?= debian:11-slim
+BASE_IMAGE ?= debian:12-slim
104
BUILDER_IMAGE ?= golang:$(GO_VERSION)
105
CGO_ENABLED ?= 0
106
0 commit comments