File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121MANYLINUX_VERSION=${MANYLINUX_VERSION:= _2_28}
2222
2323if [[ ${MANYLINUX_VERSION} == _2_28 ]]; then
24- IMAGE_TAG=${IMAGE_TAG:= 20221205-459c9f0 }
24+ IMAGE_TAG=${IMAGE_TAG:= 20230106-1aeaea0 }
2525elif [[ ${MANYLINUX_VERSION} == 2014 ]]; then
26- IMAGE_TAG=${IMAGE_TAG:= 20221201-fd49c08 }
26+ IMAGE_TAG=${IMAGE_TAG:= 20230106-1aeaea0 }
2727else
2828 echo " Unknown manylinux version ${MANYLINUX_VERSION} "
2929 exit 1;
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ TARGET_ARCH=${TARGET_ARCH:=x64}
3939
4040# Specialized manylinux image tag to use for building.
4141if [[ ${MANYLINUX_VERSION} == _2_28 && ${TARGET_ARCH} == x64 ]]; then
42- IMAGE_TAG=${IMAGE_TAG:= 20221205-459c9f0 }
42+ IMAGE_TAG=${IMAGE_TAG:= 20230106-1aeaea0 }
4343elif [[ ${MANYLINUX_VERSION} == _2_28 && ${TARGET_ARCH} == aarch64 ]]; then
4444 IMAGE_TAG=${IMAGE_TAG:= 2022-11-19-1b19e81}
4545elif [[ ${MANYLINUX_VERSION} == 2014 ]]; then
46- IMAGE_TAG=${IMAGE_TAG:= 20221201-fd49c08 }
46+ IMAGE_TAG=${IMAGE_TAG:= 20230106-1aeaea0 }
4747else
4848 echo " Unknown manylinux version ${MANYLINUX_VERSION} "
4949 exit 1;
You can’t perform that action at this time.
0 commit comments