From 57d3bc3ec304734ec3beef2afdbe9b0d8f4ada5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 5 Nov 2018 10:25:20 +0000 Subject: Bump golang from 1.11.1-alpine to 1.11.2-alpine Bumps golang from 1.11.1-alpine to 1.11.2-alpine. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.integration | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d6d8c070..814637e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11.1-alpine@sha256:5c9fd3699dafa79105601a8a22e94ea0a3e1d0ce083ac8827f85baa9f0a530ae AS build +FROM golang:1.11.2-alpine@sha256:e7462ca504afc789d289f2bb5fd471815cc11833439d2fe4e61915b190045359 AS build RUN apk add --no-cache \ make \ diff --git a/Dockerfile.integration b/Dockerfile.integration index d54f739f..2ea00872 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:0.11.4 AS vault FROM consul:1.3.0 AS consul -FROM golang:1.11.1-alpine +FROM golang:1.11.2-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul -- cgit v1.2.3