summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-12 12:34:24 -0500
committerGitHub <noreply@github.com>2022-02-12 12:34:24 -0500
commitedc945ddf996815366f905b8c946f2be7899f56f (patch)
tree3fad5d2361f78941ae41d81009fe35bc9be7b3b5 /Dockerfile.integration
parent5b5dd9c9fb9f6d2b4f09193124501a5ba890fd14 (diff)
Bump consul from 1.11.2 to 1.11.3 (#1302)
Bumps consul from 1.11.2 to 1.11.3. --- updated-dependencies: - dependency-name: consul dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Dockerfile.integration')
-rw-r--r--Dockerfile.integration2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.integration b/Dockerfile.integration
index 431e7bc8..ebbf3f8e 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.9.3 AS vault
-FROM consul:1.11.2 AS consul
+FROM consul:1.11.3 AS consul
FROM golang:1.17-alpine