summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-24 16:45:07 +0000
committerGitHub <noreply@github.com>2023-06-24 16:45:07 +0000
commit82ecc074af6f34cd6481eac0943f3a6e1a07723b (patch)
tree1b36a01745bd0f44819558983202f3330e158d24
parenta084ae79512f55b29868a68ffab54fea677606ea (diff)
Build(deps): Bump consul from 1.15.2 to 1.15.3
Bumps consul from 1.15.2 to 1.15.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 5d628802..654508dd 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.13.2 AS vault
-FROM consul:1.15.2 AS consul
+FROM consul:1.15.3 AS consul
FROM golang:1.20-alpine