diff --git a/telegraf-build/scripts/Dockerfile b/telegraf-build/scripts/Dockerfile index 33c38bce7a..eb277e777d 100644 --- a/telegraf-build/scripts/Dockerfile +++ b/telegraf-build/scripts/Dockerfile @@ -1,5 +1,5 @@ # Use the official Golang 1.21 image as the base image -FROM golang:1.21 +FROM golang:1.26rc2 # Set the working directory inside the container WORKDIR /app