diff --git a/runner/Dockerfile b/runner/Dockerfile index 1913a491..5b0b353e 100644 --- a/runner/Dockerfile +++ b/runner/Dockerfile @@ -83,7 +83,7 @@ ENV HOME=/home/runner # # If you're willing to uncomment the following line, you'd also need to comment-out the # && curl -L -o runner.tar.gz https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-${ARCH}-${RUNNER_VERSION}.tar.gz \ -# line in the next `RUN` command in this Dockerfile, to avoid overwiding this runner.tar.gz with a remote one. +# line in the next `RUN` command in this Dockerfile, to avoid overwiting this runner.tar.gz with a remote one. # COPY actions-runner-linux-x64-2.280.3.tar.gz /runnertmp/runner.tar.gz