Skip to content

Commit

Permalink
Merge pull request #1115 from circleci/renovate/hashicorp-vault-1.x
Browse files Browse the repository at this point in the history
Update hashicorp/vault Docker tag to v1.18.5
  • Loading branch information
Bryan Johnson authored Feb 27, 2025
2 parents 0bd65fb + 168fc79 commit a6de3e3
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@ jobs:
'/datanv',
'--address', ':9124',
]
- image: hashicorp/vault:1.18.4
- image: hashicorp/vault:1.18.5
environment:
SKIP_SETCAP: skip
VAULT_DEV_ROOT_TOKEN_ID: dummyroot
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ services:
- '127.0.0.1:9001:9001'

vault:
image: hashicorp/vault:1.18.4
image: hashicorp/vault:1.18.5
environment:
VAULT_DEV_ROOT_TOKEN_ID: dummyroot
ports:

0 comments on commit a6de3e3

Please sign in to comment.