Skip to content

Commit

Permalink
ci: update Dockerfile.runner
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Jul 2, 2024
1 parent 470997c commit 8192294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 registry.fit2cloud.com/metersphere/graalpy-community:3.10
FROM ghcr.io/graalvm/graalpy-community:24.0.1

COPY --from=task-runner /metersphere /metersphere
COPY --from=task-runner /task-runner /task-runner
Expand Down

0 comments on commit 8192294

Please sign in to comment.