Skip to content

Commit

Permalink
Bump test images back to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lawliet89 committed Jul 31, 2019
1 parent 628ae3b commit 3fe0de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run:
name: "Start Vault OSS"
command: |
docker run --detach --cap-add=IPC_LOCK -e 'VAULT_DEV_ROOT_TOKEN_ID=root' --name=vault -p 8200:8200 vault:1.2.0-beta2
docker run --detach --cap-add=IPC_LOCK -e 'VAULT_DEV_ROOT_TOKEN_ID=root' --name=vault -p 8200:8200 vault:latest
sleep 5
docker port vault
docker logs vault
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.2"

services:
vault:
image: vault:1.2.0-beta2
image: vault:latest
cap_add:
- "IPC_LOCK"
ports:
Expand Down

0 comments on commit 3fe0de4

Please sign in to comment.