Skip to content

Commit

Permalink
build: update asi version to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Michsior14 committed Oct 31, 2024
1 parent b57bc38 commit 9d7aa0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
OCCT_VERSION: 7.8.1
CGAL_VERSION: 6.0.1
EIGEN_VERSION: 3.4.0
ASI_VERSION: fc7818a4
ASI_VERSION: 1097398d
ASI_VERSION_MODE: commit
RAPIDJSON_VERSION: 1.1.0
NVM_VERSION: 0.40.1
Expand Down
2 changes: 1 addition & 1 deletion tools/ubuntu-occt-asi-cgal-eigen-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG cgal_version=6.0.1
ARG eigen_version=3.4.0
ARG nvm_version=0.40.1
ARG rapidjson_version=1.1.0
ARG asi_version=fc7818a4
ARG asi_version=1097398d
ARG asi_version_mode=commit

# Conditional setup of the asi version based on commit or release
Expand Down
4 changes: 2 additions & 2 deletions tools/ubuntu-occt-asi-cgal-eigen-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Docker image of ubuntu with [opencascade](https://git.dev.opencascade.org/gitweb

The latest tags:

- 22.04-occt-7.8.1-asi-fc7818a4-cgal-6.0.1-eigen-3.4.0-node-22 (node-22)
- 22.04-occt-7.8.1-asi-fc7818a4-cgal-6.0.1-eigen-3.4.0-node-20 (node-20)
- 22.04-occt-7.8.1-asi-1097398d-cgal-6.0.1-eigen-3.4.0-node-22 (node-22)
- 22.04-occt-7.8.1-asi-1097398d-cgal-6.0.1-eigen-3.4.0-node-20 (node-20)

## License

Expand Down

0 comments on commit 9d7aa0f

Please sign in to comment.