From 85d652b585f5a18f88c6da814894661fd8c48167 Mon Sep 17 00:00:00 2001 From: Neil McKee <neil.mckee@inmon.com> Date: Mon, 8 Jan 2024 13:01:24 -0800 Subject: [PATCH] use latest golang as gobuilder --- agent-cuda-12-1/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-cuda-12-1/Dockerfile b/agent-cuda-12-1/Dockerfile index aa7f0dd..48f6f26 100644 --- a/agent-cuda-12-1/Dockerfile +++ b/agent-cuda-12-1/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" -- GitLab