diff --git a/Dockerfile b/Dockerfile index 2dd0c6a..41eed71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # This stage builds the go executable. -FROM golang:1.16.6-buster as go +FROM golang:1.16.7-buster as go WORKDIR /root COPY ./ ./