summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-19 11:45:50 +0000
committerGitHub <noreply@github.com>2021-06-19 11:45:50 +0000
commitb4639bae2d92db09bdf2eee0244bde20f40a5ee9 (patch)
treef9bacd20234c615f0281a191f0b0ac7060534154 /Dockerfile.integration
parentc9b070ae3034181cdef36f19cd7eb92930b20417 (diff)
Bump consul from 1.9.5 to 1.9.6 (#1178)
Bumps consul from 1.9.5 to 1.9.6. --- 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 77d1c438..0563f610 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.7.3 AS vault
-FROM consul:1.9.5 AS consul
+FROM consul:1.9.6 AS consul
FROM golang:1.16.5-alpine