From 1123bfed103887ace2b2020796083323e22cbb3f Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 17 Jul 2023 10:27:54 +0200 Subject: [PATCH] hack(generated-files): bump golang image to bookworm #7 [internal] load metadata for docker.io/library/golang:1.20.6-buster #7 ERROR: docker.io/library/golang:1.20.6-buster: not found Signed-off-by: CrazyMax --- hack/dockerfiles/generated-files.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/dockerfiles/generated-files.Dockerfile b/hack/dockerfiles/generated-files.Dockerfile index 1b991fcc35f..c4f03a8f1d4 100644 --- a/hack/dockerfiles/generated-files.Dockerfile +++ b/hack/dockerfiles/generated-files.Dockerfile @@ -9,7 +9,7 @@ ARG GO_VERSION="1.20.6" ARG PROTOC_VERSION="3.11.4" # protoc is dynamically linked to glibc so can't use alpine base -FROM golang:${GO_VERSION}-buster AS base +FROM golang:${GO_VERSION}-bookworm AS base RUN apt-get update && apt-get --no-install-recommends install -y git unzip ARG PROTOC_VERSION ARG TARGETOS