From 2916244bdb70f4e6b65bdb71a99dcfd2edcb97ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Dec 2021 08:45:27 -0500 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile.integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile.integration') 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 -- cgit v1.2.3