Skip to content

Commit 1123bfe

Browse files
committed
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 <crazy-max@users.noreply.github.com>
1 parent 7f22933 commit 1123bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/dockerfiles/generated-files.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG GO_VERSION="1.20.6"
99
ARG PROTOC_VERSION="3.11.4"
1010

1111
# protoc is dynamically linked to glibc so can't use alpine base
12-
FROM golang:${GO_VERSION}-buster AS base
12+
FROM golang:${GO_VERSION}-bookworm AS base
1313
RUN apt-get update && apt-get --no-install-recommends install -y git unzip
1414
ARG PROTOC_VERSION
1515
ARG TARGETOS

0 commit comments

Comments
 (0)