summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-01 22:58:54 +0000
committerGitHub <noreply@github.com>2023-07-01 22:58:54 +0000
commit76c714f90d9dcb56e1e22d903af9d815d26c16c2 (patch)
treeb82d7b6405bc5d00138e21cc6b46a4ce3e2844bc /Dockerfile.integration
parent65f181693de10428062a07321209d03223ff4cfd (diff)
Build(deps): Bump consul from 1.15.3 to 1.15.4 (#1777)
Bumps consul from 1.15.3 to 1.15.4. --- 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 5d4ed2e9..06646bd2 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.13.3 AS vault
-FROM consul:1.15.3 AS consul
+FROM consul:1.15.4 AS consul
FROM golang:1.20-alpine