Skip to content

Commit

Permalink
Update hashicorp/vault Docker tag to v1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent eee01fa commit 7239cec
Show file tree
Hide file tree
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
Expand Up @@ -92,7 +92,7 @@ jobs:
'/datanv',
'--address', ':9124',
]
- image: hashicorp/vault:1.18.1
- image: hashicorp/vault:1.18.3
environment:
SKIP_SETCAP: skip
VAULT_DEV_ROOT_TOKEN_ID: dummyroot
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
- '127.0.0.1:9001:9001'

vault:
image: hashicorp/vault:1.18.1
image: hashicorp/vault:1.18.3
environment:
VAULT_DEV_ROOT_TOKEN_ID: dummyroot
ports:
Expand Down

0 comments on commit 7239cec

Please # to comment.