Skip to content

Commit

Permalink
chore: update actions runner (#34731)
Browse files Browse the repository at this point in the history
* fix: update actions runner
  • Loading branch information
irtazaakram authored and rayzhou-bit committed May 9, 2024
1 parent a98f71a commit 9d51e04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ci-runner.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM summerwind/actions-runner:v2.288.1-ubuntu-20.04-c221b6e as base
FROM summerwind/actions-runner:v2.316.0-ubuntu-20.04-49490c4 as base

USER root

Expand Down Expand Up @@ -45,6 +45,8 @@ COPY setup.py setup.py
COPY openedx/core/lib openedx/core/lib
COPY lms lms
COPY cms cms
COPY common common
COPY xmodule xmodule
COPY requirements/pip.txt requirements/pip.txt
COPY requirements/pip-tools.txt requirements/pip-tools.txt
COPY requirements/edx/testing.txt requirements/edx/testing.txt
Expand Down

0 comments on commit 9d51e04

Please sign in to comment.