Skip to content

Commit

Permalink
Update vault_test.go (#862)
Browse files Browse the repository at this point in the history
The latest tag was removed for some reason:
docker-library/official-images@32c2455

Let's pin `1.13.3`.
  • Loading branch information
okdas authored Jun 28, 2023
1 parent 55964eb commit 69a2860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/keybase/hashicorp/vault_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestMain(m *testing.M) {
// pulls an image, creates a container based on it and runs it
resource, err := pool.RunWithOptions(&dockertest.RunOptions{
Repository: "vault",
Tag: "latest",
Tag: "1.13.3",
Env: []string{
"VAULT_DEV_ROOT_TOKEN_ID=dev-only-token",
"VAULT_DEV_LISTEN_ADDRESS=0.0.0.0:8200",
Expand Down

0 comments on commit 69a2860

Please sign in to comment.