summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-18 02:09:10 +0000
committerGitHub <noreply@github.com>2022-04-18 02:09:10 +0000
commit6e0b670084d2bdf0c29ee898c57be2a985a5269a (patch)
tree3f75a369f7457c6b348e2b67765852792f13c216 /Dockerfile.integration
parent7187bae3085db96d36ab07d90ede5cc26a27bd43 (diff)
Bump consul from 1.11.4 to 1.11.5
Bumps consul from 1.11.4 to 1.11.5. --- updated-dependencies: - dependency-name: consul dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 cf1ff840..9f1bf6e8 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.10.0 AS vault
-FROM consul:1.11.4 AS consul
+FROM consul:1.11.5 AS consul
FROM golang:1.18-alpine