diff --git a/Dockerfile b/Dockerfile index 6b37e1b..4938f10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /opt/src/act_runner RUN make clean && make build -FROM docker:27.5.0-dind +FROM docker:27.5.1-dind USER root RUN apk add --no-cache \ git bash supervisor python3 py3-pip