diff --git a/test.Dockerfile b/test.Dockerfile index f88feb0e..fcbe0ac3 100644 --- a/test.Dockerfile +++ b/test.Dockerfile @@ -1,6 +1,6 @@ # use debian instead of alpine because the go race requires glibc # https://github.com/golang/go/issues/14481 -FROM golang:1.17 +FROM golang:1.23.1 RUN apt-get update && apt-get install -y git make ca-certificates wget build-essential WORKDIR /go