summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-18 08:45:27 -0500
committerGitHub <noreply@github.com>2021-12-18 08:45:27 -0500
commit2916244bdb70f4e6b65bdb71a99dcfd2edcb97ca (patch)
treea96c342bab55a9e09c6030ee4245a1fceab878a5
parentf06e248af236d20f497232dd987720e4d1ab42d0 (diff)
Bump consul from 1.10.4 to 1.11.1 (#1261)
Bumps consul from 1.10.4 to 1.11.1. --- updated-dependencies: - dependency-name: consul dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Dockerfile.integration2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.integration b/Dockerfile.integration
index 9a78bba3..571c6f02 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.9.0 AS vault
-FROM consul:1.10.4 AS consul
+FROM consul:1.11.1 AS consul
FROM golang:1.17-alpine