Update docker Docker tag to v25.0.5
Some checks failed
Test Pull Requests / Build Image (pull_request) Failing after 8m33s
Test Pull Requests / Notify (pull_request) Has been skipped

This commit is contained in:
Renovate Bot 2024-04-15 03:47:33 +00:00
parent 5e8a34bd6f
commit 0e2cefa49d

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