Skip to content

Commit

Permalink
Merge pull request #230 from InsightSoftwareConsortium/updateDockcross
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Nov 29, 2022
2 parents 0f5effc + ecdc6b2 commit 78dc443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/dockcross-manylinux-build-module-wheels.sh
Expand Up @@ -18,7 +18,7 @@
#

MANYLINUX_VERSION=_2_28
IMAGE_TAG=20221108-102ebcc
IMAGE_TAG=20221128-2024e4b

# Generate dockcross scripts
docker run --rm dockcross/manylinux${MANYLINUX_VERSION}-x64:${IMAGE_TAG} > /tmp/dockcross-manylinux-x64
Expand Down
2 changes: 1 addition & 1 deletion scripts/dockcross-manylinux-build-wheels.sh
Expand Up @@ -8,7 +8,7 @@
# scripts/dockcross-manylinux-build-wheels.sh cp39

MANYLINUX_VERSION=_2_28
IMAGE_TAG=20221108-102ebcc
IMAGE_TAG=20221128-2024e4b

# Generate dockcross scripts
docker run --rm dockcross/manylinux${MANYLINUX_VERSION}-x64:${IMAGE_TAG} > /tmp/dockcross-manylinux-x64
Expand Down

0 comments on commit 78dc443

Please sign in to comment.