File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration/benchmark/cmd/manual Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44# ###################################
55# # (1) Setup the build environment
6- FROM golang:1.25-bullseye AS build-setup
6+ FROM golang:1.25-bookworm AS build-setup
77
88RUN apt-get update
99RUN apt-get -y install zip apt-utils gcc-aarch64-linux-gnu
@@ -85,7 +85,7 @@ RUN --mount=type=ssh \
8585RUN chmod a+x /app/app
8686
8787# # (4) Add the statically linked debug binary to a distroless image configured for debugging
88- FROM golang:1.25-bullseye as debug
88+ FROM golang:1.25-bookworm as debug
8989
9090RUN go install github.com/go-delve/delve/cmd/dlv@latest
9191
Original file line number Diff line number Diff line change 11# syntax = docker/dockerfile:experimental
22# NOTE: Must be run in the context of the repo's root directory
33
4- FROM golang:1.25-bullseye AS build-setup
4+ FROM golang:1.25-bookworm AS build-setup
55
66RUN apt-get update
77RUN apt-get -y install zip
You can’t perform that action at this time.
0 commit comments