From b4639bae2d92db09bdf2eee0244bde20f40a5ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Jun 2021 11:45:50 +0000 Subject: Bump consul from 1.9.5 to 1.9.6 (#1178) Bumps consul from 1.9.5 to 1.9.6. --- 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(-) diff --git a/Dockerfile.integration b/Dockerfile.integration index 77d1c438..0563f610 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,6 +1,6 @@ FROM vault:1.7.3 AS vault -FROM consul:1.9.5 AS consul +FROM consul:1.9.6 AS consul FROM golang:1.16.5-alpine -- cgit v1.2.3