Skip to content

Commit

Permalink
tools/release: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jan 22, 2025
1 parent 210ccab commit e4b5fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/release/amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#FROM quay.io/pypa/manylinux2014_x86_64:latest AS env
# Use dnf
FROM quay.io/pypa/manylinux_2_28_x86_64:latest AS env
# note: CMake 3.30.5 and SWIG 4.2.1 are already installed
# note: CMake 3.31.2 and SWIG 4.3.0 are already installed

#############
## SETUP ##
Expand Down
2 changes: 1 addition & 1 deletion tools/release/arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#FROM quay.io/pypa/manylinux2014_aarch64:latest AS env
# Use dnf
FROM quay.io/pypa/manylinux_2_28_aarch64:latest AS env
# note: CMake 3.30.5 and SWIG 4.2.1 are already installed
# note: CMake 3.31.2 and SWIG 4.3.0 are already installed

#############
## SETUP ##
Expand Down

0 comments on commit e4b5fa5

Please sign in to comment.