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 d378d46 commit c07513aCopy full SHA for c07513a
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