Skip to content

Commit fc4da97

Browse files
dmcgowandims
authored andcommitted
Pin integration test image for alpine
The latest tag is no longer available for alpine, pin to the latest version rather than using latest Signed-off-by: Derek McGowan <[email protected]>
1 parent c7e4747 commit fc4da97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/client/container_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import (
5555
"golang.org/x/sys/unix"
5656
)
5757

58-
const testUserNSImage = "mirror.gcr.io/library/alpine:latest"
58+
const testUserNSImage = "mirror.gcr.io/library/alpine:3.13"
5959

6060
// TestRegressionIssue4769 verifies the number of task exit events.
6161
//

0 commit comments

Comments
 (0)