Compare commits
2 Commits
0e2cefa49d
...
e060a4a588
Author | SHA1 | Date | |
---|---|---|---|
e060a4a588 | |||
60f0728208 |
@ -2,7 +2,7 @@ FROM golang:1.21-alpine3.18 as builder
|
|||||||
# Do not remove `git` here, it is required for getting runner version when executing `make build`
|
# Do not remove `git` here, it is required for getting runner version when executing `make build`
|
||||||
RUN apk add --no-cache make git
|
RUN apk add --no-cache make git
|
||||||
|
|
||||||
ARG ACT_VERSION=0.2.6
|
ARG ACT_VERSION=0.2.10
|
||||||
|
|
||||||
RUN git clone --depth 1 --branch v${ACT_VERSION} https://gitea.com/gitea/act_runner /opt/src/act_runner
|
RUN git clone --depth 1 --branch v${ACT_VERSION} https://gitea.com/gitea/act_runner /opt/src/act_runner
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ WORKDIR /opt/src/act_runner
|
|||||||
|
|
||||||
RUN make clean && make build
|
RUN make clean && make build
|
||||||
|
|
||||||
FROM docker:25.0.3-dind
|
FROM docker:25.0.5-dind
|
||||||
USER root
|
USER root
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
git bash supervisor
|
git bash supervisor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user