diff --git a/agent-cuda-12-1/Dockerfile b/agent-cuda-12-1/Dockerfile
index aa7f0ddd8e7df0009964db2de3e753bfc67fa126..48f6f2690505779226e3da1b6b085352850ef7c0 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"