Skip to content

Commit 73a6ad7

Browse files
committed
chore: use slim-bullseye python images
1 parent a9d8cfa commit 73a6ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_manylinux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
PYTHON_ABI_MAJ_MIN = "".join(PYTHON_MAJ_MIN)
5353
PYTHON_ABI_FLAGS = "m" if sys.version_info.minor < 8 else ""
5454
PYTHON_ABI = f"cp{PYTHON_ABI_MAJ_MIN}-cp{PYTHON_ABI_MAJ_MIN}{PYTHON_ABI_FLAGS}"
55-
MANYLINUX_PYTHON_IMAGE_ID = f'python:{".".join(PYTHON_MAJ_MIN)}-slim'
55+
MANYLINUX_PYTHON_IMAGE_ID = f'python:{".".join(PYTHON_MAJ_MIN)}-slim-bullseye'
5656
MUSLLINUX_IMAGES = {
5757
"musllinux_1_1": f"quay.io/pypa/musllinux_1_1_{PLATFORM}:latest",
5858
}

0 commit comments

Comments
 (0)