summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-12 23:37:56 +0000
committerGitHub <noreply@github.com>2023-03-12 23:37:56 +0000
commit655e744bc53ac702d9d774f790ed94ef282d26c6 (patch)
treed4fec46b87b88039dc58dd4ee0afdf37c102cba8 /Dockerfile.integration
parent543b9562afecfe43abef1b75e94dfc8dd68db8e9 (diff)
Build(deps): Bump consul from 1.15.0 to 1.15.1
Bumps consul from 1.15.0 to 1.15.1. --- 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 e5713904..3776bd1c 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.12.3 AS vault
-FROM consul:1.15.0 AS consul
+FROM consul:1.15.1 AS consul
FROM golang:1.20-alpine