summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-11-01 21:46:16 -0400
committerGitHub <noreply@github.com>2019-11-01 21:46:16 -0400
commitff8cccf3044b200262acbd15fbb0b3cdee09e12e (patch)
tree69264333d52aa7904539d8650e10cfd71a686407
parent1c1f0f5be4436a6454e17e166f0e950ff30b48c3 (diff)
parent84d42ee8fb81e1336608e9d3287f8b7e5f449c22 (diff)
Merge pull request #658 from hairyhenderson/renovate/docker-golang-1.x
Update golang Docker tag to v1.13.4
-rw-r--r--Dockerfile2
-rw-r--r--Dockerfile.integration2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 17e0a1f8..af442567 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.3-alpine AS build
+FROM golang:1.13.4-alpine AS build
RUN apk add --no-cache \
make \
diff --git a/Dockerfile.integration b/Dockerfile.integration
index 5fc4fb3f..f9b0abc6 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -2,7 +2,7 @@ FROM vault:1.2.3 AS vault
FROM consul:1.6.1 AS consul
-FROM golang:1.13.3-alpine
+FROM golang:1.13.4-alpine
COPY --from=vault /bin/vault /bin/vault
COPY --from=consul /bin/consul /bin/consul