From 648abbe9940c77bc11a475339baf139faaae703b Mon Sep 17 00:00:00 2001 From: Neil McKee <neil.mckee@inmon.com> Date: Mon, 8 Jan 2024 11:40:24 -0800 Subject: [PATCH] Use latest golang:bullseye for gobuilder --- agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/Dockerfile b/agent/Dockerfile index 1fb7688..a057f15 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" -- GitLab