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.
2 parents d075f3c + fdddb02 commit 8154b98Copy full SHA for 8154b98
deb/Dockerfile
@@ -2,9 +2,9 @@
2
3
ARG GO_VERSION=1.23.12
4
ARG DISTRO=ubuntu
5
-ARG SUITE=focal
+ARG SUITE=jammy
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