Compare commits

...

1 Commits

Author SHA1 Message Date
e060a4a588 Update docker Docker tag to v25.0.5
All checks were successful
Test Pull Requests / Build Image (pull_request) Successful in 4m35s
Test Pull Requests / Notify (pull_request) Successful in 4s
2024-04-16 03:46:37 +00:00

View File

@ -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