From c72c1f2aa6a6d62e636750871219e7be5d222c2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 00:20:41 +0000 Subject: [PATCH 1/2] Bump golang from 1.13.5-alpine3.10 to 1.13.6-alpine3.10 Bumps golang from 1.13.5-alpine3.10 to 1.13.6-alpine3.10. 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 8df9788f..78e97d97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.8 AS upx RUN apk add --no-cache upx=3.94-r0 -FROM golang:1.13.5-alpine3.10 AS build +FROM golang:1.13.6-alpine3.10 AS build RUN apk add --no-cache \ make \ diff --git a/Dockerfile.integration b/Dockerfile.integration index 421581d7..277d845a 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.3.1 AS vault FROM consul:1.6.2 AS consul -FROM golang:1.13.5-alpine +FROM golang:1.13.6-alpine3.10 COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul From bef3deb5ed6578e12f183f3f8f35fdf9839e63b4 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Wed, 15 Jan 2020 19:47:23 -0500 Subject: [PATCH 2/2] Bump to alpine3.11 variant Signed-off-by: Dave Henderson --- Dockerfile | 2 +- Dockerfile.integration | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 78e97d97..dbdc40b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.8 AS upx RUN apk add --no-cache upx=3.94-r0 -FROM golang:1.13.6-alpine3.10 AS build +FROM golang:1.13.6-alpine3.11 AS build RUN apk add --no-cache \ make \ diff --git a/Dockerfile.integration b/Dockerfile.integration index 277d845a..3796e0bc 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.3.1 AS vault FROM consul:1.6.2 AS consul -FROM golang:1.13.6-alpine3.10 +FROM golang:1.13.6-alpine3.11 COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul