summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-11-05 10:25:20 +0000
committerdependabot[bot] <support@dependabot.com>2018-11-05 10:25:20 +0000
commit57d3bc3ec304734ec3beef2afdbe9b0d8f4ada5d (patch)
treef3112da7b73e26435575826fd37a48f17b46e36d
parentfc6d841ba59f2d42c952c222df2c92a855c55efb (diff)
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] <support@dependabot.com>
-rw-r--r--Dockerfile2
-rw-r--r--Dockerfile.integration2
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