Skip to content

Commit 99d9a79

Browse files
chore(deps): update hashicorp/vault docker tag to v1.21.4
1 parent 69e97be commit 99d9a79

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
@@ -82,7 +82,7 @@ jobs:
8282
- >-
8383
echo '{"identities":[{"name":"seaweed","credentials":[{"accessKey":"seaweed","secretKey":"seaweed123"}],"actions":["Admin","Read","ReadAcp","Write","WriteAcp","List","Tagging"]}]}' > /tmp/s3.json
8484
&& exec /entrypoint.sh server -s3 -s3.port=9123 -s3.config=/tmp/s3.json
85-
- image: hashicorp/vault:1.21.3
85+
- image: hashicorp/vault:1.21.4
8686
environment:
8787
SKIP_SETCAP: skip
8888
VAULT_DEV_ROOT_TOKEN_ID: dummyroot

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
- '127.0.0.1:9123:9123'
5656

5757
vault:
58-
image: hashicorp/vault:1.21.3
58+
image: hashicorp/vault:1.21.4
5959
environment:
6060
VAULT_DEV_ROOT_TOKEN_ID: dummyroot
6161
ports:

0 commit comments

Comments
 (0)