Update Dockerfile-runner v2.320.0 (#16912)

This commit is contained in:
Glenn Jocher 2024-10-14 16:19:20 +02:00 committed by GitHub
parent 4642d687ba
commit 586b0fde06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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