Skip to content

Commit

Permalink
feat: update occt and cgal
Browse files Browse the repository at this point in the history
  • Loading branch information
Michsior14 committed Apr 23, 2024
1 parent e4c6239 commit fb7c1b6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

env:
UBUNTU_VERSION: 22.04
OCCT_VERSION: 7.8.0
CGAL_VERSION: 5.6
OCCT_VERSION: 7.8.1
CGAL_VERSION: 5.6.1
EIGEN_VERSION: 3.4.0
ASI_VERSION: 2024.1
RAPIDJSON_VERSION: 1.1.0
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
@@ -1,7 +1,7 @@
ARG ubuntu_version=22.04
ARG node_version=20
ARG occt_version=7.7.2
ARG cgal_version=5.6
ARG cgal_version=5.6.1
ARG eigen_version=3.4.0
ARG nvm_version=0.39.7
ARG rapidjson_version=1.1.0
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.7.2-asi-2024.1-cgal-5.6-eigen-3.4.0-node-20 (node-20)
- 22.04-occt-7.7.2-asi-2024.1-cgal-5.6-eigen-3.4.0-node-18 (node-18)
- 22.04-occt-7.7.2-asi-2024.1-cgal-5.6.1-eigen-3.4.0-node-20 (node-20)
- 22.04-occt-7.7.2-asi-2024.1-cgal-5.6.1-eigen-3.4.0-node-18 (node-18)

## License

Expand Down
4 changes: 2 additions & 2 deletions tools/ubuntu-occt-cgal-eigen-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG ubuntu_version=22.04
ARG node_version=20
ARG occt_version=7.8.0
ARG cgal_version=5.6
ARG occt_version=7.8.1
ARG cgal_version=5.6.1
ARG eigen_version=3.4.0
ARG nvm_version=0.39.7

Expand Down
4 changes: 2 additions & 2 deletions tools/ubuntu-occt-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.0-cgal-5.6-eigen-3.4.0-node-20 (node-20)
- 22.04-occt-7.8.0-cgal-5.6-eigen-3.4.0-node-18 (node-18)
- 22.04-occt-7.8.1-cgal-5.6.1-eigen-3.4.0-node-20 (node-20)
- 22.04-occt-7.8.1-cgal-5.6.1-eigen-3.4.0-node-18 (node-18)

## License

Expand Down

0 comments on commit fb7c1b6

Please sign in to comment.