Skip to content

Commit c0ed49e

Browse files
authored
Merge pull request #688 from Michcioperz/push-yzzttxnvmzur
Bump base images
2 parents b4730d8 + b678753 commit c0ed49e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/dnsmasq/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ OUTPUT_DIR := _output/$(ARCH)
2828
export DOCKER_CLI_EXPERIMENTAL=enabled
2929

3030
# Multiarch image
31-
# Uploaded: Nov 12, 2024, 4:43:54 PM
32-
BASEIMAGE ?= gcr.io/distroless/base-debian12@sha256:7a4bffcb07307d97aa731b50cb6ab22a68a8314426f4e4428335939b5b1943a5
31+
# Uploaded: Mar 28, 2025
32+
BASEIMAGE ?= gcr.io/distroless/base-debian12@sha256:27769871031f67460f1545a52dfacead6d18a9f197db77110cfc649ca2a91f44
3333
ifeq ($(ARCH),amd64)
34-
COMPILE_IMAGE := registry.k8s.io/build-image/debian-base-$(ARCH):bullseye-v1.4.1
34+
COMPILE_IMAGE := registry.k8s.io/build-image/debian-base-$(ARCH):bookworm-v1.0.4
3535
else ifeq ($(ARCH),arm)
3636
TRIPLE ?= arm-linux-gnueabihf
3737
QEMUARCH := arm

rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ALL_ARCH := amd64 arm arm64 ppc64le s390x
3232
# Multiarch image
3333
# Debian distroless image uploaded on 2025-03-28
3434
BASEIMAGE ?= gcr.io/distroless/static-debian12@sha256:765ef30aff979959710073e7ba3b163d479a285d7d96d0020fca8c1501de48cb
35-
IPTIMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.6.5@sha256:3fdb391f7e76cc2301dea2bbb7973b80a89c400dbd967ece59880d03b2b62e65
35+
IPTIMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.6.9@sha256:84bf6f3e75df53f0e7baf30b85ac6e4a5ad456aa7cf776609134b5917eb4837d
3636

3737
# These rules MUST be expanded at reference time (hence '=') as BINARY
3838
# is dynamically scoped.

0 commit comments

Comments
 (0)