Update to golang 1.19 for vulnerability fixes
CVE-2023-24538 CVE-2022-41723 CVE-2022-41724 CVE-2022-41725 CVE-2023-24536 CVE-2023-24534 CVE-2023-24537 CVE-2023-24532
This commit is contained in:
parent
e1a98273f6
commit
a88ac695e9
2
Makefile
2
Makefile
|
|
@ -45,7 +45,7 @@ BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:bullseye-v1.4.2
|
|||
IMAGE := $(REGISTRY)/$(BIN)
|
||||
TAG := $(VERSION)__$(OS)_$(ARCH)
|
||||
|
||||
BUILD_IMAGE ?= golang:1.18-alpine
|
||||
BUILD_IMAGE ?= golang:1.19-alpine
|
||||
|
||||
DBG_MAKEFILE ?=
|
||||
ifneq ($(DBG_MAKEFILE),1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue