We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd27520 commit 28bc833Copy full SHA for 28bc833
deb/Dockerfile
@@ -4,7 +4,7 @@ ARG GO_VERSION=1.23.12
4
ARG DISTRO=ubuntu
5
ARG SUITE=focal
6
7
-FROM golang:${GO_VERSION}-bullseye AS golang
+FROM golang:${GO_VERSION}-bookworm AS golang
8
9
FROM ${DISTRO}:${SUITE}
10
0 commit comments