diff --git a/agent/Dockerfile b/agent/Dockerfile index 1fb7688dfb9b556af6c36853f6ae4ab51ed9384c..a057f1537a6123e5325e550cf20a1d7c10117b12 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -1,4 +1,4 @@ -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"