From 3ca3e07c0969650c6183e644b9a92d30fbdeb88e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2020 19:07:28 +0000 Subject: chore(deps): bump golang from 1.14.1-alpine3.11 to 1.14.2-alpine3.11 Bumps golang from 1.14.1-alpine3.11 to 1.14.2-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 956d213c..18d15042 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM hairyhenderson/upx:3.94 AS upx -FROM golang:1.14.1-alpine3.11 AS build +FROM golang:1.14.2-alpine3.11 AS build RUN apk add --no-cache \ make \ diff --git a/Dockerfile.integration b/Dockerfile.integration index 5ebb8058..f1c925d2 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.4.0 AS vault FROM consul:1.7.2 AS consul -FROM golang:1.14.1-alpine3.11 +FROM golang:1.14.2-alpine3.11 COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul -- cgit v1.2.3