diff --git a/Dockerfile b/Dockerfile index 4ffa0bc..0c03a70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /opt/src/act_runner RUN make clean && make build -FROM docker:dind +FROM docker:25.0.3-dind USER root RUN apk add --no-cache \ git bash supervisor