Skip to content

Commit

Permalink
deb: update to golang bullseye
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jul 16, 2023
1 parent 7f48455 commit c03d56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG GO_VERSION=1.20.5
ARG DISTRO=ubuntu
ARG SUITE=focal

FROM golang:${GO_VERSION}-buster AS golang
FROM golang:${GO_VERSION}-bullseye AS golang

FROM ${DISTRO}:${SUITE}

Expand Down

0 comments on commit c03d56c

Please sign in to comment.