summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-09-14 10:22:22 +0000
committerdependabot[bot] <support@dependabot.com>2018-09-14 10:22:22 +0000
commita2f6a02f9c647b4a71f76d786c4fc2d2a965e2c5 (patch)
tree7c0a9929bae7e32a3715703f95238c47523f8765
parent245cb353f0227cdd93e9c7e7089dfe505ae81326 (diff)
Bump consul from 1.2.2 to 1.2.3
Bumps consul from 1.2.2 to 1.2.3. Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r--Dockerfile.integration2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.integration b/Dockerfile.integration
index 69250a7b..52849415 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:0.11.1 AS vault
-FROM consul:1.2.2 AS consul
+FROM consul:1.2.3 AS consul
FROM golang:1.11-alpine