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.
2 parents 4905dc6 + 4f9273b commit e394e55Copy full SHA for e394e55
Makefile
@@ -41,7 +41,7 @@ BASEIMAGE ?= k8s.gcr.io/debian-base:1.0.0
41
IMAGE := $(REGISTRY)/$(BIN)
42
TAG := $(VERSION)__$(OS)_$(ARCH)
43
44
-BUILD_IMAGE ?= golang:1.12-alpine
+BUILD_IMAGE ?= golang:1.13-alpine
45
46
# If you want to build all binaries, see the 'all-build' rule.
47
# If you want to build all containers, see the 'all-container' rule.
0 commit comments