summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-26 10:25:16 -0400
committerGitHub <noreply@github.com>2021-06-26 10:25:16 -0400
commit9b0720bb29ee8d72b43034f8acfae9fc42f338db (patch)
tree8869c607bef9ec6d5e8d6b3be5cf76e708ca4443 /Dockerfile.integration
parente4ce067ca77f1a6a052fca9eeba98b3083ba9f94 (diff)
Bump consul from 1.9.6 to 1.10.0 (#1180)
Bumps consul from 1.9.6 to 1.10.0. --- updated-dependencies: - dependency-name: consul dependency-type: direct:production update-type: version-update:semver-minor ... 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 0563f610..0ff5d3d2 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.7.3 AS vault
-FROM consul:1.9.6 AS consul
+FROM consul:1.10.0 AS consul
FROM golang:1.16.5-alpine