Skip to content

Commit 9aa45e0

Browse files
authored
Merge pull request #891 from hakman/bump-debian-base
Update BASEIMAGE to debian-base:bookworm-v1.0.2
2 parents d4aa574 + e37dcfc commit 9aa45e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG BASEIMAGE
2020
# Must override builder-base, not builder, since the latter is referred to later in the file and so must not be
2121
# directly replaced. See here, and note that "stage" parameter mentioned there has been renamed to
2222
# "build-context": https://github.com/docker/buildx/pull/904#issuecomment-1005871838
23-
FROM golang:1.22.1-bookworm@sha256:6699d2852712f090399ccd4e8dfd079b4d55376f3ab3aff5b2dc8b7b1c11e27e as builder-base
23+
FROM golang:1.22.1-bookworm@sha256:d996c645c9934e770e64f05fc2bc103755197b43fd999b3aa5419142e1ee6d78 as builder-base
2424
FROM builder-base as builder
2525
LABEL maintainer="Andy Xie <[email protected]>"
2626

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ENABLE_JOURNALD=0
7373
endif
7474

7575
# Set default base image to Debian 12 (Bookworm)
76-
BASEIMAGE:=registry.k8s.io/build-image/debian-base:bookworm-v1.0.1
76+
BASEIMAGE:=registry.k8s.io/build-image/debian-base:bookworm-v1.0.2
7777

7878
# Disable cgo by default to make the binary statically linked.
7979
CGO_ENABLED:=0

0 commit comments

Comments
 (0)