diff --git a/packager/Dockerfile b/packager/Dockerfile index 1fe6b43cf9b..3662dbf7019 100644 --- a/packager/Dockerfile +++ b/packager/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Use an official Go runtime as a parent image -FROM golang:1.22 +FROM golang:1.25.1 ENV GO111MODULE=on