From b97bc3ccd8b2cf46f0a9e7475553d72598c0a746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Oct 2021 05:39:32 +0300 Subject: [PATCH] Bump golang from 1.17.1 to 1.17.2 (#31) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 175d456..3bd15a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.1 +FROM golang:1.17.2 RUN git clone https://go.googlesource.com/go /tmp/golang-tip