Skip to content

Commit 3f3bec4

Browse files
committed
deb: Dockerfile: use ubuntu 24.04 (noble)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 5441c6c commit 3f3bec4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG GO_VERSION=1.25.7
99
ARG BASE_DEBIAN_DISTRO=trixie
1010

1111
ARG DISTRO=ubuntu
12-
ARG SUITE=jammy
12+
ARG SUITE=noble
1313

1414
FROM golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO} AS gobase
1515

0 commit comments

Comments
 (0)