summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-18 02:07:28 +0000
committerGitHub <noreply@github.com>2022-07-18 02:07:28 +0000
commit01736b4fe1cbe483d1ce2e48390c91e66764c651 (patch)
tree00ec1ce0e56cb53cf3f8f8d6023a1a6e416cd05e
parent8272aac6f8329b4af6732752cf79180c47fd9f63 (diff)
Bump consul from 1.12.2 to 1.12.3
Bumps consul from 1.12.2 to 1.12.3. --- updated-dependencies: - dependency-name: consul dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Dockerfile.integration2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.integration b/Dockerfile.integration
index bf2a5ddd..1c958d93 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.11.0 AS vault
-FROM consul:1.12.2 AS consul
+FROM consul:1.12.3 AS consul
FROM golang:1.18-alpine