Skip to content

Commit 6fe9e06

Browse files
authored
fix: bump debian version to 12-slim to fix release (#237)
Signed-off-by: zongz <zongzhe1024@163.com>
1 parent b234785 commit 6fe9e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GIT_TAG ?= $(shell git describe --tags --dirty --always)
100100
PLATFORMS ?= linux/amd64,linux/arm64
101101
DOCKER_BUILDX_CMD ?= docker buildx
102102
IMAGE_BUILD_CMD ?= $(DOCKER_BUILDX_CMD) build
103-
BASE_IMAGE ?= debian:11-slim
103+
BASE_IMAGE ?= debian:12-slim
104104
BUILDER_IMAGE ?= golang:$(GO_VERSION)
105105
CGO_ENABLED ?= 0
106106

0 commit comments

Comments
 (0)