diff --git a/Dockerfile b/Dockerfile
index 351f07f..8cd6a2f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /opt/src/act_runner
 
 RUN make clean && make build
 
-FROM docker:27.3.1-dind
+FROM docker:27.4.0-dind
 USER root
 RUN apk add --no-cache \
   git bash supervisor python3 py3-pip