diff --git a/agent-cuda-11-7/Dockerfile b/agent-cuda-11-7/Dockerfile index 4e95ac4a55a9206c6efead18241850001b82df44..2265d7d346e19ebd5be090e0fa8f7b03c7482990 100644 --- a/agent-cuda-11-7/Dockerfile +++ b/agent-cuda-11-7/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"