From 88544e1a3cfa3ba919883b43f26fe3e2d0ca9941 Mon Sep 17 00:00:00 2001 From: Neil McKee <neil.mckee@inmon.com> Date: Mon, 8 Jan 2024 13:00:44 -0800 Subject: [PATCH] Use latest golang as gobuilder --- agent-cuda-11-7/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-cuda-11-7/Dockerfile b/agent-cuda-11-7/Dockerfile index 4e95ac4..2265d7d 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" -- GitLab