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