Skip to content

Commit 79ed129

Browse files
Use alpine:3.13.12 to be unique across the test cases
Signed-off-by: Vedant Koditkar <[email protected]>
1 parent 4853ace commit 79ed129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/e2e/compose_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func TestComposePull(t *testing.T) {
151151

152152
t.Run("Verify skipped pull if image is already present locally", func(t *testing.T) {
153153
// make sure the requied image is present
154-
c.RunDockerCmd(t, "pull", "alpine:3.13")
154+
c.RunDockerCmd(t, "pull", "alpine:3.13.12")
155155

156156
res := c.RunDockerComposeCmd(t, "--project-directory", "fixtures/compose-pull/image-present-locally", "pull")
157157
output := res.Combined()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
services:
22
simple:
3-
image: alpine:3.13
3+
image: alpine:3.13.12
44
command: top

0 commit comments

Comments
 (0)