diff --git a/images/rootless-ubuntu-jammy.Dockerfile b/images/rootless-ubuntu-jammy.Dockerfile index b9e17da..b7937db 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.318.0 +ARG RUNNER_VERSION=2.319.0 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 9013cfd..edcdf9a 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.318.0 +ARG RUNNER_VERSION=2.319.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 # Docker and Compose arguments diff --git a/images/ubi8.Dockerfile b/images/ubi8.Dockerfile index c8ced42..5e6c334 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.318.0 +ARG RUNNER_VERSION=2.319.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 # Shell setup diff --git a/images/ubi9.Dockerfile b/images/ubi9.Dockerfile index 4caf6c3..bedf3a9 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.318.0 +ARG RUNNER_VERSION=2.319.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 # Shell setup diff --git a/images/wolfi.Dockerfile b/images/wolfi.Dockerfile index 0f3b7ae..84376b8 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.318.0 +ARG RUNNER_VERSION=2.319.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 ARG DOTNET_VERSION=7