Skip to content

Commit

Permalink
Minor bugs solved in docker image and updated version to v0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 3, 2023
1 parent 8d62f7b commit 235bc9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1
2 changes: 1 addition & 1 deletion tools/runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ COPY --from=builder /usr/local/lib/plugins /usr/local/lib/plugins
COPY --from=builder /usr/local/lib/node_modules/ /usr/local/lib/node_modules/

# Copy python dependencies (and port) from builder
COPY --from=builder /usr/local/lib/python3.9/dist-packages/metacall/ /usr/local/lib/python3.9/dist-packages/metacall/
COPY --from=builder /usr/local/lib/python3.11/dist-packages/metacall/ /usr/local/lib/python3.11/dist-packages/metacall/

# Copy headers from builder
COPY --from=builder /usr/local/include/metacall /usr/local/include/metacall
Expand Down

0 comments on commit 235bc9f

Please sign in to comment.