summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-15 19:20:18 +0000
committerGitHub <noreply@github.com>2020-12-15 19:20:18 +0000
commitfd4f718ed470e753c0b8f31e8e7516dea7e65600 (patch)
tree4c43cd8d095331597f00e3ad895be2c9170fd2dd /Dockerfile.integration
parente44b815c91b24d750caeb6f9b6873286b7ce8c02 (diff)
chore(deps): bump consul from 1.8.5 to 1.9.1
Bumps consul from 1.8.5 to 1.9.1. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 dd0bc4fe..93677395 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.6.0 AS vault
-FROM consul:1.8.5 AS consul
+FROM consul:1.9.1 AS consul
FROM golang:1.15.6-alpine3.12