diff --git a/Dockerfile b/Dockerfile index ed4741e9673..2caafab4e6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.15 +FROM golang:1.17.13 # We need to have both nodejs and go to build the binaries. # We could use multi-stage builds but that would require significantly changing our Makefile. RUN apt-get update