Skip to content

Commit b461937

Browse files
committed
ci: graalpy version
1 parent 87c0b02 commit b461937

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile.graalpy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM ghcr.io/graalvm/graalpy-community:24.0.1
1+
FROM ghcr.io/graalvm/graalpy-community:24.0.2
22

33
RUN yum -y install libffi-devel rust cargo && yum clean all
44

55
RUN 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"]

Dockerfile.runner

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG IMG_TAG=v3.x
33
FROM 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

88
COPY --from=task-runner /metersphere /metersphere
99
COPY --from=task-runner /task-runner /task-runner
@@ -17,3 +17,5 @@ RUN yum install -y java-21-openjdk
1717

1818
RUN useradd -m appuser
1919
RUN echo 'appuser:appuser' | chpasswd
20+
21+
VOLUME ["/app/graalenv"]

0 commit comments

Comments
 (0)