From 235bc9f162c2eb04ddd88725b952b32dc5b4b0b9 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Fri, 3 Feb 2023 02:15:52 +0100 Subject: [PATCH] Minor bugs solved in docker image and updated version to v0.7.1. --- VERSION | 2 +- tools/runtime/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index bcaffe19b..7deb86fee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.7.1 \ No newline at end of file diff --git a/tools/runtime/Dockerfile b/tools/runtime/Dockerfile index bf1eb3164..3c3c58373 100644 --- a/tools/runtime/Dockerfile +++ b/tools/runtime/Dockerfile @@ -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