Skip to content

Commit

Permalink
Merge pull request #65 from moov-io/renovate/hashicorp-vault-1.x
Browse files Browse the repository at this point in the history
chore(deps): update hashicorp/vault docker tag to v1.17
  • Loading branch information
adamdecaf authored Jun 13, 2024
2 parents c0dbb84 + 63d268d commit bfec0a2
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'

services:
vault:
image: hashicorp/vault:1.16
image: hashicorp/vault:1.17
ports:
- "8200:8200"
environment:
Expand All @@ -21,7 +21,7 @@ services:
- intranet

setup:
image: hashicorp/vault:1.16
image: hashicorp/vault:1.17
environment:
VAULT_ADDR: "http://vault:8200"
VAULT_TOKEN: "myroot"
Expand Down

0 comments on commit bfec0a2

Please sign in to comment.