diff --git a/testing/Dockerfile b/testing/Dockerfile index 5bf7531368..4ec82b4d57 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17 +FROM golang:1.25.0 RUN apt-get update && apt-get install unzip