From e2eeab24b54654d32bf7fd73aa8b97e2c499255c Mon Sep 17 00:00:00 2001 From: Natalie Somersall Date: Tue, 13 Aug 2024 11:03:53 -0600 Subject: [PATCH] bump runner --- images/rootless-ubuntu-jammy.Dockerfile | 2 +- images/rootless-ubuntu-numbat.Dockerfile | 2 +- images/ubi8.Dockerfile | 2 +- images/ubi9.Dockerfile | 2 +- images/wolfi.Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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