From d334c3053ffbe2a51ccae5126b63d12f84e79d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 13:51:48 +0200 Subject: [PATCH] fix(deps): bump golang from 1.16.0-alpine to 1.16.5-alpine (#53) * fix(deps): bump golang from 1.16.0-alpine to 1.16.5-alpine Bumps golang from 1.16.0-alpine to 1.16.5-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * fix: Alpine packages Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Holota --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5bc0fca..8066e22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM golang:1.16.0-alpine as build +FROM golang:1.16.5-alpine3.14 as build ENV GO111MODULE=auto -RUN apk add --no-cache git=2.30.1-r0 +RUN apk add --no-cache git=2.32.0-r0 COPY ./src /go/src/github.com/homecentr/docker-swarm-local-network-connector