Skip to content

Commit 1f605ea

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

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
@@ -4,7 +4,7 @@ ARG GO_VERSION=1.25.5
44
ARG DEBIAN_VERSION=trixie
55

66
ARG DISTRO=ubuntu
7-
ARG SUITE=jammy
7+
ARG SUITE=noble
88

99
FROM golang:${GO_VERSION}-${DEBIAN_VERSION} AS golang
1010

0 commit comments

Comments
 (0)