Skip to content

Commit 1d28782

Browse files
committed
deb: Dockerfile: use ubuntu:jammy (22.04 LTS)
ubuntu 20.04 reached end of standard support; https://ubuntu.com/blog/ubuntu-20-04-lts-end-of-life-standard-support-is-coming-to-an-end-heres-how-to-prepare Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 28bc833 commit 1d28782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG GO_VERSION=1.23.12
44
ARG DISTRO=ubuntu
5-
ARG SUITE=focal
5+
ARG SUITE=jammy
66

77
FROM golang:${GO_VERSION}-bookworm AS golang
88

0 commit comments

Comments
 (0)