We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf71a3 commit 0d39f6eCopy full SHA for 0d39f6e
packages/service-library/tests/fastapi/test_docker_utils.py
@@ -185,7 +185,7 @@ async def test_pull_image(
185
186
@pytest.mark.parametrize(
187
"image",
188
- ["alpine:latest", "busybox:latest"],
+ ["alpine:3.21.2", "busybox:1.37.0"],
189
)
190
async def test_pull_image_without_layer_information(
191
remove_images_from_host: Callable[[list[str]], Awaitable[None]],
0 commit comments