diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc230b4..9006fd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: needs: unit-tests services: vault: - image: hashicorp/vault:1.21 + image: hashicorp/vault:2.0 ports: - 8200:8200 env: diff --git a/docker-compose.yml b/docker-compose.yml index b4f5cb5..6c2b764 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: vault: - image: hashicorp/vault:1.21 + image: hashicorp/vault:2.0 container_name: vault-integration ports: - "8200:8200"