Skip to content

Commit

Permalink
Merge pull request #80 from jingyuanliang/cve
Browse files Browse the repository at this point in the history
Bump base image to bullseye-v1.5.0 to pick up CVE fixes
  • Loading branch information
k8s-ci-robot authored Jul 11, 2022
2 parents 35bd00c + a8acaa4 commit d0472b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ HTTPS_PROXY ?=
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))

BASEIMAGE ?= k8s.gcr.io/build-image/debian-iptables-$(ARCH):bullseye-v1.3.0
BASEIMAGE ?= k8s.gcr.io/build-image/debian-iptables:bullseye-v1.5.0

TAG := $(VERSION)__$(OS)_$(ARCH)

Expand Down

0 comments on commit d0472b6

Please sign in to comment.