Skip to content

Commit

Permalink
Bump base image to distroless-iptables:v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHohn committed Oct 22, 2024
1 parent a046124 commit ec53458
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 @@ -30,7 +30,7 @@ ALL_PLATFORMS ?= linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x

# The "FROM" part of the Dockerfile. This should be a manifest-list which
# supports all of the platforms listed in ALL_PLATFORMS.
BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.6.3
BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.6.4

# Where to push the docker images.
REGISTRY ?= gcr.io/k8s-staging-networking
Expand Down

0 comments on commit ec53458

Please sign in to comment.