summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-15 21:31:37 +0000
committerGitHub <noreply@github.com>2022-01-15 21:31:37 +0000
commit34f33d390785b3e9dd3e55486494a37d1347c01d (patch)
treeba3fbf3ed4041cbb65efcf93fde2e7c9895b0668 /Dockerfile.integration
parent5be5e7597f4b47f78b905d831d155e95959345d0 (diff)
Bump consul from 1.11.1 to 1.11.2 (#1284)
Bumps consul from 1.11.1 to 1.11.2. --- 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 af76efa1..75d4f628 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.9.2 AS vault
-FROM consul:1.11.1 AS consul
+FROM consul:1.11.2 AS consul
FROM golang:1.17-alpine