diff --git a/Dockerfile b/Dockerfile index f3dd5c7c..f7f580eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # -FROM golang:1.15 +FROM golang:1.16.2 # Install zip RUN apt-get -y update && \