Compare commits
2 Commits
7da2e33077
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
|
57566856f4
|
|||
|
731baf65f1
|
@ -1,8 +1,8 @@
|
||||
FROM golang:1.24-alpine3.22 as builder
|
||||
FROM golang:1.25-alpine3.22 as builder
|
||||
# Do not remove `git` here, it is required for getting runner version when executing `make build`
|
||||
RUN apk add --no-cache make git
|
||||
|
||||
ARG ACT_VERSION=0.2.11
|
||||
ARG ACT_VERSION=0.2.13
|
||||
|
||||
RUN git clone --depth 1 --branch v${ACT_VERSION} https://gitea.com/gitea/act_runner /opt/src/act_runner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user