Skip to content

Commit

Permalink
Merge pull request #545 from dpasiukevich/dnsmasq_vuln_fix
Browse files Browse the repository at this point in the history
Update debian-base image for vuln fix in dnsmasq container
  • Loading branch information
k8s-ci-robot committed Sep 20, 2022
2 parents bed9003 + 08fae14 commit a969393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/dnsmasq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ OUTPUT_DIR := _output/$(ARCH)
export DOCKER_CLI_EXPERIMENTAL=enabled

# Multiarch image
# Uploaded: Jul 14, 2022, 10:24:42 PM
BASEIMAGE ?= gcr.io/distroless/base-debian11@sha256:a08c76433d484340bd97013b5d868edfba797fbf83dc82174ebd0768d12f491d
# Uploaded: Sep 19, 2022, 1:53:32 PM
BASEIMAGE ?= gcr.io/distroless/base-debian11@sha256:c06bf48fa67dab06db6027109d3d802aa5b7d213c86a9eabc4d83f806d18ce1c
ifeq ($(ARCH),amd64)
COMPILE_IMAGE := k8s.gcr.io/build-image/debian-base-$(ARCH):bullseye-v1.4.1
else ifeq ($(ARCH),arm)
Expand Down

0 comments on commit a969393

Please sign in to comment.