Update forgejo runner to v11.2.0
This commit is contained in:
parent
1d9d898045
commit
4cd0820789
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
ARG RUNNER_VERSION=6.3.1
|
ARG RUNNER_VERSION=11.2.0
|
||||||
|
|
||||||
RUN curl -sfL https://code.forgejo.org/forgejo/runner/releases/download/v${RUNNER_VERSION}/forgejo-runner-${RUNNER_VERSION}-linux-amd64 -o /usr/local/bin/forgejo-runner
|
RUN curl -sfL https://code.forgejo.org/forgejo/runner/releases/download/v${RUNNER_VERSION}/forgejo-runner-${RUNNER_VERSION}-linux-amd64 -o /usr/local/bin/forgejo-runner
|
||||||
RUN chmod +x /usr/local/bin/forgejo-runner
|
RUN chmod +x /usr/local/bin/forgejo-runner
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue