From edc945ddf996815366f905b8c946f2be7899f56f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 12:34:24 -0500 Subject: Bump consul from 1.11.2 to 1.11.3 (#1302) Bumps consul from 1.11.2 to 1.11.3. --- updated-dependencies: - dependency-name: consul dependency-type: direct:production update-type: version-update:semver-patch ... 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 431e7bc8..ebbf3f8e 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,6 +1,6 @@ FROM vault:1.9.3 AS vault -FROM consul:1.11.2 AS consul +FROM consul:1.11.3 AS consul FROM golang:1.17-alpine -- cgit v1.2.3