Skip to content

Commit 99d8b50

Browse files
committed
update to bookworm since bullseye is out of LTS
1 parent 840e1e4 commit 99d8b50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

88
RUN apt-get update
99
RUN apt-get -y install zip apt-utils gcc-aarch64-linux-gnu
@@ -85,7 +85,7 @@ RUN --mount=type=ssh \
8585
RUN 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

9090
RUN go install github.com/go-delve/delve/cmd/dlv@latest
9191

integration/benchmark/cmd/manual/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
RUN apt-get update
77
RUN apt-get -y install zip

0 commit comments

Comments
 (0)