Skip to content

Commit c03d56c

Browse files
committed
deb: update to golang bullseye
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 7f48455 commit c03d56c

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
@@ -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)