Skip to content

Commit

Permalink
fix build: use new Verified Publisher image hashicorp/vault
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Jul 3, 2023
1 parent a0f8171 commit 18c9132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3.0"
services:
vault:
image: vault:latest
image: hashicorp/vault:latest
environment:
VAULT_DEV_ROOT_TOKEN_ID: testtoken
ports:
Expand All @@ -17,7 +17,7 @@ services:
- 8200:8200
privileged: true
vault-tls:
image: vault:latest
image: hashicorp/vault:latest
hostname: vault-tls
environment:
VAULT_CAPATH: /etc/vault/ca.crt
Expand Down

0 comments on commit 18c9132

Please sign in to comment.