From 091e0022a4c0e0a45cc14c3dfbc34155ad769190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 18:49:21 +0000 Subject: Bump consul from 1.12.3 to 1.13.1 Bumps consul from 1.12.3 to 1.13.1. --- 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(-) diff --git a/Dockerfile.integration b/Dockerfile.integration index 9ae0586b..4cd0f7d6 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,6 +1,6 @@ FROM vault:1.11.2 AS vault -FROM consul:1.12.3 AS consul +FROM consul:1.13.1 AS consul FROM golang:1.19-alpine -- cgit v1.2.3