From f439747c7062c1f4a97504c043a0a8c13515edbe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 9 May 2020 19:07:33 +0000 Subject: [PATCH] chore(deps): bump consul from 1.7.2 to 1.7.3 Bumps consul from 1.7.2 to 1.7.3. Signed-off-by: dependabot-preview[bot] --- Dockerfile.integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.integration b/Dockerfile.integration index 193019a0..64c8dfa7 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,6 +1,6 @@ FROM vault:1.4.1 AS vault -FROM consul:1.7.2 AS consul +FROM consul:1.7.3 AS consul FROM golang:1.14.2-alpine3.11