diff --git a/images/Dockerfile b/images/Dockerfile index 7eabd13..e6a7ec2 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -44,10 +44,10 @@ RUN curl https://bootstrap.pypa.io/get-pip.py | python FROM base as build ARG TARGETOS=linux -ARG RUNNER_VERSION=2.329.0 -ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 -ARG DOCKER_VERSION=27.1.1 -ARG BUILDX_VERSION=0.16.2 +ARG RUNNER_VERSION=v2.329.0 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.7.0 +ARG DOCKER_VERSION=28.5.1 +ARG BUILDX_VERSION=0.29.1 WORKDIR /actions-runner