Skip to content
Snippets Groups Projects
Commit 648abbe9 authored by Neil McKee's avatar Neil McKee
Browse files

Use latest golang:bullseye for gobuilder

parent 0035bdce
No related branches found
No related tags found
No related merge requests found
Pipeline #40692 passed
FROM golang:1.17.8-bullseye as gobuilder
FROM golang:bullseye as gobuilder
RUN git clone https://github.com/sflow/host-sflow \
&& cd host-sflow \
&& make all install FEATURES="CONTAINERDGO"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment