summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-18 19:07:28 +0000
committerGitHub <noreply@github.com>2020-04-18 19:07:28 +0000
commit3ca3e07c0969650c6183e644b9a92d30fbdeb88e (patch)
tree72ba896364bce523219a679f090fe2da31e7e79d
parentfd8197d683c5262cd11ce0c0d2d94c47d9e6703f (diff)
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] <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 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