From 9b0720bb29ee8d72b43034f8acfae9fc42f338db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jun 2021 10:25:16 -0400 Subject: Bump consul from 1.9.6 to 1.10.0 (#1180) Bumps consul from 1.9.6 to 1.10.0. --- 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 0563f610..0ff5d3d2 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,6 +1,6 @@ FROM vault:1.7.3 AS vault -FROM consul:1.9.6 AS consul +FROM consul:1.10.0 AS consul FROM golang:1.16.5-alpine -- cgit v1.2.3