Skip to content

Commit 0d39f6e

Browse files
author
Andrei Neagu
committed
pinned versions to avoid issues with layers in CI
1 parent fdf71a3 commit 0d39f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/tests/fastapi/test_docker_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ async def test_pull_image(
185185

186186
@pytest.mark.parametrize(
187187
"image",
188-
["alpine:latest", "busybox:latest"],
188+
["alpine:3.21.2", "busybox:1.37.0"],
189189
)
190190
async def test_pull_image_without_layer_information(
191191
remove_images_from_host: Callable[[list[str]], Awaitable[None]],

0 commit comments

Comments
 (0)