Skip to content

Commit f74737a

Browse files
committed
Use registry.k8s.io/build-image/debian-base:bullseye-v1.4.3 as base image
1 parent 09f4e9d commit f74737a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
ARG BASEIMAGE
1515

16-
FROM golang:1.20.8-bookworm@sha256:81e1690c528627eeb6314f2fbd15964608e6769746459ce9727c77ec988cb28d as builder
16+
FROM golang:1.20.8-bullseye@sha256:2db41d88870617e0f43e7e1f304649eb4563706e3c4d25a624e43e83299fb822 as builder
1717
LABEL maintainer="Andy Xie <[email protected]>"
1818

1919
ARG TARGETARCH

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ else ifeq ($(shell go env GOHOSTOS), windows)
7171
ENABLE_JOURNALD=0
7272
endif
7373

74-
# Set default base image to Debian 12 (Bookworm)
75-
BASEIMAGE:=debian:bookworm-20230814-slim@sha256:741bae561f5c2261f4cdd535e4fd4c248dec0aafc1b9a1410b3d67ad24571340
74+
# Set default base image to Debian 11 (Bullseye)
75+
BASEIMAGE:=registry.k8s.io/build-image/debian-base:bullseye-v1.4.3@sha256:3fcf9bcc4949392155cde1f96591ba3eda092f4735a9cc856bf526d71f48af47
7676

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

0 commit comments

Comments
 (0)