Skip to content

Commit 1d2f8cb

Browse files
committed
fix(workbenches): use the latest 2025.2 image version for verification
1 parent f8101c3 commit 1d2f8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/workbenches/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def users_persistent_volume_claim(
4242
def minimal_image() -> Generator[str, None, None]:
4343
"""Provides a full image name of a minimal workbench image"""
4444
image_name = "jupyter-minimal-notebook" if py_config.get("distribution") == "upstream" else "s2i-minimal-notebook"
45-
yield f"{image_name}:{'2025.1'}"
45+
yield f"{image_name}:{'2025.2'}"
4646

4747

4848
@pytest.fixture(scope="function")

0 commit comments

Comments
 (0)