summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-03 00:50:19 +0000
committerGitHub <noreply@github.com>2021-10-03 00:50:19 +0000
commit2c28476a99e24501fecae6f41b24d46251e2fcf6 (patch)
treef71c6f22d0359644094d8f842a6180956e9d79ce /Dockerfile.integration
parentab2feb5d9da511c0cb10850abf1bed56d22b55f6 (diff)
Bump consul from 1.10.2 to 1.10.3 (#1222)
Bumps consul from 1.10.2 to 1.10.3. --- 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 08cbc0bc..2f2e4c4b 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.8.3 AS vault
-FROM consul:1.10.2 AS consul
+FROM consul:1.10.3 AS consul
FROM golang:1.17-alpine