File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/graalvm/graalpy-community:24.0.1
1+ FROM ghcr.io/graalvm/graalpy-community:24.0.2
22
33RUN yum -y install libffi-devel rust cargo && yum clean all
44
55RUN source /app/graalenv/bin/activate && \
66 pip install requests pinyin
77
8- VOLUME ["/app/graalenv", "/opt/graalpy-24.0.1 "]
8+ VOLUME ["/app/graalenv", "/opt/graalpy-24.0.2 "]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG IMG_TAG=v3.x
33FROM registry.fit2cloud.com/metersphere/metersphere-ce:${IMG_TAG} as task-runner
44
55
6- FROM ghcr.io/graalvm/graalpy-community:24.0.1
6+ FROM ghcr.io/graalvm/graalpy-community:24.0.2
77
88COPY --from=task-runner /metersphere /metersphere
99COPY --from=task-runner /task-runner /task-runner
@@ -17,3 +17,5 @@ RUN yum install -y java-21-openjdk
1717
1818RUN useradd -m appuser
1919RUN echo 'appuser:appuser' | chpasswd
20+
21+ VOLUME ["/app/graalenv"]
You can’t perform that action at this time.
0 commit comments