Pin docker-dind version
All checks were successful
Build Develop Image / Build Image (push) Successful in 6m10s
Build Develop Image / Notify (push) Successful in 3s

This commit is contained in:
MrMeeb 2024-02-17 15:16:03 +00:00
parent 7bdb331cc4
commit 95b679cf0e

View File

@ -7,7 +7,7 @@ WORKDIR /opt/src/act_runner
RUN make clean && make build RUN make clean && make build
FROM docker:dind FROM docker:25.0.3-dind
USER root USER root
RUN apk add --no-cache \ RUN apk add --no-cache \
git bash supervisor git bash supervisor