We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0db86b commit c8ec9bfCopy full SHA for c8ec9bf
1 file changed
deb/Dockerfile
@@ -9,7 +9,7 @@ ARG GO_VERSION=1.25.8
9
ARG BASE_DEBIAN_DISTRO=trixie
10
11
ARG DISTRO=ubuntu
12
-ARG SUITE=jammy
+ARG SUITE=noble
13
14
FROM golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO} AS gobase
15
0 commit comments