Skip to content

Commit

Permalink
Merge pull request #276 from jingyuanliang/master
Browse files Browse the repository at this point in the history
Bump distroless-iptables to 0.5.1
  • Loading branch information
google-oss-prow[bot] authored Feb 21, 2024
2 parents f6766cc + b9db48a commit b47f275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.4
BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.5.1

# Where to push the docker images.
REGISTRY ?= gcr.io/gke-release-staging
Expand Down
2 changes: 1 addition & 1 deletion scripts/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.4.4
BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.5.1

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

0 comments on commit b47f275

Please sign in to comment.