diff --git a/Dockerfile b/Dockerfile index db2f6a2..70e9cd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.13 AS builder +FROM golang:1.16 AS builder ENV GO111MODULE=on \ CGO_ENABLED=0 \