diff --git a/images/rootless-ubuntu-jammy.Dockerfile b/images/rootless-ubuntu-jammy.Dockerfile index b7937db..aa61b9e 100644 --- a/images/rootless-ubuntu-jammy.Dockerfile +++ b/images/rootless-ubuntu-jammy.Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:22.04 # GitHub runner arguments -ARG RUNNER_VERSION=2.319.0 +ARG RUNNER_VERSION=2.319.1 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 # Docker and Compose arguments diff --git a/images/rootless-ubuntu-numbat.Dockerfile b/images/rootless-ubuntu-numbat.Dockerfile index edcdf9a..43228e8 100644 --- a/images/rootless-ubuntu-numbat.Dockerfile +++ b/images/rootless-ubuntu-numbat.Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:24.04 # GitHub runner arguments -ARG RUNNER_VERSION=2.319.0 +ARG RUNNER_VERSION=2.319.1 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 # Docker and Compose arguments diff --git a/images/ubi8.Dockerfile b/images/ubi8.Dockerfile index 5e6c334..299784c 100644 --- a/images/ubi8.Dockerfile +++ b/images/ubi8.Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/some-natalie/ku # Arguments ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.319.0 +ARG RUNNER_VERSION=2.319.1 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 # Shell setup diff --git a/images/ubi9.Dockerfile b/images/ubi9.Dockerfile index bedf3a9..bca5f0e 100644 --- a/images/ubi9.Dockerfile +++ b/images/ubi9.Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/some-natalie/ku # Arguments ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.319.0 +ARG RUNNER_VERSION=2.319.1 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 # Shell setup diff --git a/images/wolfi.Dockerfile b/images/wolfi.Dockerfile index cfedf99..e3d2fad 100644 --- a/images/wolfi.Dockerfile +++ b/images/wolfi.Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/some-natalie/ku # Arguments ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.319.0 +ARG RUNNER_VERSION=2.319.1 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 ARG DOTNET_VERSION=7