We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb952f commit be2954aCopy full SHA for be2954a
Dockerfile.graalpy
@@ -1,8 +1,8 @@
1
-FROM ghcr.io/graalvm/graalpy-community:24.0.2
+FROM ghcr.io/graalvm/graalpy-community:24.1.1
2
3
RUN yum -y install libffi-devel rust cargo && yum clean all
4
5
RUN source /app/graalenv/bin/activate && \
6
pip install requests pinyin
7
8
-VOLUME ["/app/graalenv", "/opt/graalpy-24.0.2"]
+VOLUME ["/app/graalenv", "/opt/graalpy-24.1.1"]
Dockerfile.runner
@@ -3,7 +3,7 @@ ARG IMG_TAG=v3.x
FROM registry.fit2cloud.com/metersphere/metersphere-ce:${IMG_TAG} as task-runner
COPY --from=task-runner /metersphere /metersphere
9
COPY --from=task-runner /task-runner /task-runner
0 commit comments