Skip to content

Commit 6e89583

Browse files
chore(deps): update hashicorp/vault docker tag to v1.21.4
1 parent 06d7709 commit 6e89583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
'/datanv',
9494
'--address', ':9124',
9595
]
96-
- image: hashicorp/vault:1.21.3
96+
- image: hashicorp/vault:1.21.4
9797
environment:
9898
SKIP_SETCAP: skip
9999
VAULT_DEV_ROOT_TOKEN_ID: dummyroot

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ services:
7777
- '127.0.0.1:9001:9001'
7878

7979
vault:
80-
image: hashicorp/vault:1.21.3
80+
image: hashicorp/vault:1.21.4
8181
environment:
8282
VAULT_DEV_ROOT_TOKEN_ID: dummyroot
8383
ports:

0 commit comments

Comments
 (0)