From 5fd438c5efe5d0f0187a7b20ac527b7394f7c1e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2020 06:28:50 +0000 Subject: [PATCH] chore(deps): bump consul from 1.7.4 to 1.8.0 Bumps consul from 1.7.4 to 1.8.0. 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 b7a5a91e..37422c69 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,6 +1,6 @@ FROM vault:1.4.2 AS vault -FROM consul:1.7.4 AS consul +FROM consul:1.8.0 AS consul FROM golang:1.14.4-alpine3.12