Compare commits

..

1 Commits

Author SHA1 Message Date
bbbd217247 Update golang Docker tag to v1.22
All checks were successful
Test Pull Requests / Build Image (pull_request) Successful in 4m23s
Test Pull Requests / Notify (pull_request) Successful in 3s
2024-02-17 16:52:56 +00:00

View File

@ -2,7 +2,7 @@ FROM golang:1.22-alpine3.18 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.10
ARG ACT_VERSION=0.2.6
RUN git clone --depth 1 --branch v${ACT_VERSION} https://gitea.com/gitea/act_runner /opt/src/act_runner