diff --git a/telegraf-build/scripts/Dockerfile b/telegraf-build/scripts/Dockerfile index 33c38bce7a..fa6942a31d 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.26rc1 # Set the working directory inside the container WORKDIR /app