From 3af6cd1cc37dba4190c0da0f7b97a16ff41d79c4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2020 20:38:00 +0000 Subject: [PATCH] chore(deps): bump golang from 1.14.0-alpine3.11 to 1.14.1-alpine3.11 Bumps golang from 1.14.0-alpine3.11 to 1.14.1-alpine3.11. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- Dockerfile.integration | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a7606345..956d213c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM hairyhenderson/upx:3.94 AS upx -FROM golang:1.14.0-alpine3.11 AS build +FROM golang:1.14.1-alpine3.11 AS build RUN apk add --no-cache \ make \ diff --git a/Dockerfile.integration b/Dockerfile.integration index f387a9c5..20334e47 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.3.4 AS vault FROM consul:1.7.1 AS consul -FROM golang:1.14.0-alpine3.11 +FROM golang:1.14.1-alpine3.11 COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul