Skip to content

Commit

Permalink
Use killgrave 0.4.1 (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Dec 4, 2023
1 parent f0cd186 commit eb18969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test_env/killgrave.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (k *Killgrave) StartContainer() error {
}

func (k *Killgrave) getContainerRequest() (tc.ContainerRequest, error) {
killgraveImage, err := mirror.GetImage("friendsofgo/killgrave")
killgraveImage, err := mirror.GetImage("friendsofgo/killgrave:0.4.1")
if err != nil {
return tc.ContainerRequest{}, err
}
Expand Down

0 comments on commit eb18969

Please sign in to comment.