diff --git a/test.Dockerfile b/test.Dockerfile index c1c6bd15a..dcf82caff 100644 --- a/test.Dockerfile +++ b/test.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.1 as builder +FROM golang:1.22.3 as builder WORKDIR /workspace # Copy the Go Modules manifests