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 d5c61f7 commit 1e1f846Copy full SHA for 1e1f846
Makefile
@@ -51,7 +51,7 @@ IMAGE := $(REGISTRY)/$(BIN)
51
TAG := $(VERSION)
52
OS_ARCH_TAG := $(TAG)__$(OS)_$(ARCH)
53
54
-BUILD_IMAGE ?= golang:1.20-alpine
+BUILD_IMAGE ?= golang:1.21-alpine
55
56
DBG_MAKEFILE ?=
57
ifneq ($(DBG_MAKEFILE),1)
0 commit comments