Skip to content

Commit

Permalink
pkg/container/runtime/docker: fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Gozdek <[email protected]>
  • Loading branch information
invidian committed Jun 18, 2024
1 parent 21b9449 commit 740ae55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/container/runtime/docker/docker_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestContainerCreatePullImage(t *testing.T) {
t.Parallel()

// Don't use default version of image, to have better chance it can be removed
image := "quay.io/coreos/etcd:v3.3.0"
image := "quay.io/coreos/etcd:v3.5.0"

testRuntime, _ := getDockerRuntime(t)

Expand Down

0 comments on commit 740ae55

Please sign in to comment.