diff --git a/Dockerfile b/Dockerfile index ed4741e9673..c8e149e9b6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.15 +FROM golang:1.18.6 # 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