Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot e95afa5b34 chore(deps): update alpine docker tag to v3.19 2023-12-09 00:02:59 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ WORKDIR /opt/src/act_runner
RUN make clean && make build
FROM alpine:3.18
FROM alpine:3.19
RUN apk add --no-cache git bash tini
COPY --from=builder /opt/src/act_runner/act_runner /usr/local/bin/act_runner