summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
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 /Dockerfile.integration
parent1c1f0f5be4436a6454e17e166f0e950ff30b48c3 (diff)
parent84d42ee8fb81e1336608e9d3287f8b7e5f449c22 (diff)
Merge pull request #658 from hairyhenderson/renovate/docker-golang-1.x
Update golang Docker tag to v1.13.4
Diffstat (limited to 'Dockerfile.integration')
-rw-r--r--Dockerfile.integration2
1 files changed, 1 insertions, 1 deletions
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