Skip to content

Commit

Permalink
fix: revert occt update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michsior14 committed Apr 23, 2024
1 parent fb7c1b6 commit cda977a
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 @@ -8,7 +8,7 @@ on:

env:
UBUNTU_VERSION: 22.04
OCCT_VERSION: 7.8.1
OCCT_VERSION: 7.8.0
CGAL_VERSION: 5.6.1
EIGEN_VERSION: 3.4.0
ASI_VERSION: 2024.1
Expand Down
2 changes: 1 addition & 1 deletion tools/ubuntu-occt-cgal-eigen-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ubuntu_version=22.04
ARG node_version=20
ARG occt_version=7.8.1
ARG occt_version=7.8.0
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.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)
- 22.04-occt-7.8.0-cgal-5.6.1-eigen-3.4.0-node-20 (node-20)
- 22.04-occt-7.8.0-cgal-5.6.1-eigen-3.4.0-node-18 (node-18)

## License

Expand Down

0 comments on commit cda977a

Please sign in to comment.