summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-26 02:08:02 +0000
committerGitHub <noreply@github.com>2022-09-26 02:08:02 +0000
commit6fffdfd54c7915857c9c59f67d296d8321894900 (patch)
tree2ebf3db0dd69ca6450ac311f09ef407531b91422 /Dockerfile.integration
parentc0a43e48d2c0869f821faeec0ecfc0920e662712 (diff)
Bump consul from 1.13.1 to 1.13.2
Bumps consul from 1.13.1 to 1.13.2. --- 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 502b5ca5..5633a575 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.11.3 AS vault
-FROM consul:1.13.1 AS consul
+FROM consul:1.13.2 AS consul
FROM golang:1.19-alpine