Update Dockerfile-runner v2.320.0 (#16912)
This commit is contained in:
parent
4642d687ba
commit
586b0fde06
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ ENV PYTHONUNBUFFERED=1 \
|
|||
WORKDIR /actions-runner
|
||||
|
||||
# Download and unpack the latest runner from https://github.com/actions/runner
|
||||
RUN FILENAME=actions-runner-linux-x64-2.317.0.tar.gz && \
|
||||
curl -o $FILENAME -L https://github.com/actions/runner/releases/download/v2.317.0/$FILENAME && \
|
||||
RUN FILENAME=actions-runner-linux-x64-2.320.0.tar.gz && \
|
||||
curl -o $FILENAME -L https://github.com/actions/runner/releases/download/v2.320.0/$FILENAME && \
|
||||
tar xzf $FILENAME && \
|
||||
rm $FILENAME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue