We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5441c6c commit 3f3bec4Copy full SHA for 3f3bec4
1 file changed
deb/Dockerfile
@@ -9,7 +9,7 @@ ARG GO_VERSION=1.25.7
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