Skip to content

Commit

Permalink
Update Dockerfile-runner v2.320.0 (ultralytics#16912)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Oct 14, 2024
1 parent 4642d68 commit 586b0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile-runner
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 586b0fd

Please sign in to comment.