Skip to content

Commit

Permalink
Merge pull request #51 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.15
  • Loading branch information
adamdecaf authored Oct 16, 2023
2 parents d9ae75d + ef3d1a9 commit eca8a88
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.14
image: hashicorp/vault:1.15
ports:
- "8200:8200"
environment:
Expand All @@ -21,7 +21,7 @@ services:
- intranet

setup:
image: hashicorp/vault:1.14
image: hashicorp/vault:1.15
environment:
VAULT_ADDR: "http://vault:8200"
VAULT_TOKEN: "myroot"
Expand Down

0 comments on commit eca8a88

Please sign in to comment.