Skip to content

Commit

Permalink
ci: graalpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Jul 26, 2024
1 parent 87c0b02 commit b461937
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.graalpy
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ghcr.io/graalvm/graalpy-community:24.0.1
FROM ghcr.io/graalvm/graalpy-community:24.0.2

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

RUN source /app/graalenv/bin/activate && \
pip install requests pinyin

VOLUME ["/app/graalenv", "/opt/graalpy-24.0.1"]
VOLUME ["/app/graalenv", "/opt/graalpy-24.0.2"]
4 changes: 3 additions & 1 deletion Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG IMG_TAG=v3.x
FROM registry.fit2cloud.com/metersphere/metersphere-ce:${IMG_TAG} as task-runner


FROM ghcr.io/graalvm/graalpy-community:24.0.1
FROM ghcr.io/graalvm/graalpy-community:24.0.2

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

RUN useradd -m appuser
RUN echo 'appuser:appuser' | chpasswd

VOLUME ["/app/graalenv"]

0 comments on commit b461937

Please sign in to comment.