summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-25 02:57:22 +0000
committerGitHub <noreply@github.com>2022-04-25 02:57:22 +0000
commit41f0ed471776e99113867bf7d58b689a4ef97cc2 (patch)
tree59e31dde50225a648de3616993538e4e09cbd075 /Dockerfile.integration
parent265d7b66edc460b0d03fe9aafe187e5db3edf66b (diff)
Bump consul from 1.11.5 to 1.12.0
Bumps consul from 1.11.5 to 1.12.0. --- updated-dependencies: - dependency-name: consul dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.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 9f1bf6e8..96cc619a 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.10.0 AS vault
-FROM consul:1.11.5 AS consul
+FROM consul:1.12.0 AS consul
FROM golang:1.18-alpine