From 43febd68a2bd926558cc0e64995121c0259bbd91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 08:48:24 +0000 Subject: [PATCH] chore(deps): update hashicorp/consul docker tag to v2 --- .github/workflows/ci.yml | 2 +- docker-compose.test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e5e78e..3498301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest services: consul: - image: hashicorp/consul:1.22 + image: hashicorp/consul:2.0 ports: - 8500:8500 options: >- diff --git a/docker-compose.test.yml b/docker-compose.test.yml index e433372..2dbe49f 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -1,6 +1,6 @@ services: consul: - image: hashicorp/consul:1.22 + image: hashicorp/consul:2.0 command: agent -dev -client=0.0.0.0 ports: - "8500:8500"