summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-08 06:56:28 +0000
committerGitHub <noreply@github.com>2023-04-08 06:56:28 +0000
commit88913e4bc32580da2157d3b296c1b245908d611a (patch)
tree2f4772b58406932a630c56f1d4a69fe76f1f3c23 /Dockerfile.integration
parentb66ad9916f4de4d37b840477b4bab3eb3f767c1d (diff)
Build(deps): Bump consul from 1.15.1 to 1.15.2
Bumps consul from 1.15.1 to 1.15.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 3171bd7d..597973da 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.13.1 AS vault
-FROM consul:1.15.1 AS consul
+FROM consul:1.15.2 AS consul
FROM golang:1.20-alpine