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
|
WORKDIR /actions-runner
|
||||||
|
|
||||||
# Download and unpack the latest runner from https://github.com/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 && \
|
RUN FILENAME=actions-runner-linux-x64-2.320.0.tar.gz && \
|
||||||
curl -o $FILENAME -L https://github.com/actions/runner/releases/download/v2.317.0/$FILENAME && \
|
curl -o $FILENAME -L https://github.com/actions/runner/releases/download/v2.320.0/$FILENAME && \
|
||||||
tar xzf $FILENAME && \
|
tar xzf $FILENAME && \
|
||||||
rm $FILENAME
|
rm $FILENAME
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue