Skip to content

Commit c03d56c

Browse files
committed
deb: update to golang bullseye
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 7f48455 commit c03d56c

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.20.5
44
ARG DISTRO=ubuntu
55
ARG SUITE=focal
66

7-
FROM golang:${GO_VERSION}-buster AS golang
7+
FROM golang:${GO_VERSION}-bullseye AS golang
88

99
FROM ${DISTRO}:${SUITE}
1010

0 commit comments

Comments
 (0)