Skip to content

Commit be2954a

Browse files
committed
refactor: graalpy version
1 parent bdb952f commit be2954a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.2
1+
FROM ghcr.io/graalvm/graalpy-community:24.1.1
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.2"]
8+
VOLUME ["/app/graalenv", "/opt/graalpy-24.1.1"]

Dockerfile.runner

Lines changed: 1 addition & 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.2
6+
FROM ghcr.io/graalvm/graalpy-community:24.1.1
77

88
COPY --from=task-runner /metersphere /metersphere
99
COPY --from=task-runner /task-runner /task-runner

0 commit comments

Comments
 (0)