From 0ac0cf6db66a370a66d84df1866357416d3bf973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 02:17:53 +0000 Subject: [PATCH] feat(deps): bump golang from 1.17.6-alpine to 1.17.7-alpine Bumps golang from 1.17.6-alpine to 1.17.7-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea70cc614b2..4dffe42e47f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.6-alpine +FROM golang:1.17.7-alpine RUN apk add --no-cache bash \ curl \