From 41f0ed471776e99113867bf7d58b689a4ef97cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 02:57:22 +0000 Subject: 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] --- Dockerfile.integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile.integration') 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 -- cgit v1.2.3