From 655e744bc53ac702d9d774f790ed94ef282d26c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 23:37:56 +0000 Subject: Build(deps): Bump consul from 1.15.0 to 1.15.1 Bumps consul from 1.15.0 to 1.15.1. --- updated-dependencies: - dependency-name: consul dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile.integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile.integration') diff --git a/Dockerfile.integration b/Dockerfile.integration index e5713904..3776bd1c 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,6 +1,6 @@ FROM vault:1.12.3 AS vault -FROM consul:1.15.0 AS consul +FROM consul:1.15.1 AS consul FROM golang:1.20-alpine -- cgit v1.2.3