chore(deps): update dependency gitea/act_runner to v0.2.10

This commit is contained in:
renovate[bot] 2024-04-11 02:10:37 +00:00
parent 9ef827811c
commit e024777e74
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ADD https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 /src/gitea
RUN install -D --mode 0755 /src/gitea /build/usr/bin/gitea
FROM docker.io/golang:1.22-bookworm@sha256:b03f3ba515751657c75475b20941fef47341fccb3341c3c0b64283ff15d3fb46 AS builder-act-runner
ARG VERSION=0.2.9 # renovate: datasource=gitea-releases depName=gitea/act_runner extractVersion=^v(?<version>.*)$
ARG VERSION=0.2.10 # renovate: datasource=gitea-releases depName=gitea/act_runner extractVersion=^v(?<version>.*)$
ADD https://dl.gitea.com/act_runner/${VERSION}/act_runner-${VERSION}-linux-amd64 /src/act_runner
RUN install -D --mode 0755 /src/act_runner /build/usr/bin/act_runner