diff --git a/.github/workflows/runners.yaml b/.github/workflows/runners.yaml index 95796400..74b513d2 100644 --- a/.github/workflows/runners.yaml +++ b/.github/workflows/runners.yaml @@ -25,7 +25,7 @@ on: - '!**.md' env: - RUNNER_VERSION: 2.296.2 + RUNNER_VERSION: 2.297.0 DOCKER_VERSION: 20.10.12 RUNNER_CONTAINER_HOOKS_VERSION: 0.1.2 DOCKERHUB_USERNAME: summerwind diff --git a/Makefile b/Makefile index ea0e64b1..74594eb8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ else endif DOCKER_USER ?= $(shell echo ${NAME} | cut -d / -f1) VERSION ?= dev -RUNNER_VERSION ?= 2.296.2 +RUNNER_VERSION ?= 2.297.0 TARGETPLATFORM ?= $(shell arch) RUNNER_NAME ?= ${DOCKER_USER}/actions-runner RUNNER_TAG ?= ${VERSION} diff --git a/runner/Makefile b/runner/Makefile index 0b950a1a..3e65802c 100644 --- a/runner/Makefile +++ b/runner/Makefile @@ -5,7 +5,7 @@ DIND_RUNNER_NAME ?= ${DOCKER_USER}/actions-runner-dind TAG ?= latest TARGETPLATFORM ?= $(shell arch) -RUNNER_VERSION ?= 2.296.2 +RUNNER_VERSION ?= 2.297.0 RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.2 DOCKER_VERSION ?= 20.10.18 diff --git a/runner/actions-runner-dind-rootless.dockerfile b/runner/actions-runner-dind-rootless.dockerfile index 6ef361cd..080d7192 100644 --- a/runner/actions-runner-dind-rootless.dockerfile +++ b/runner/actions-runner-dind-rootless.dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:20.04 ARG TARGETPLATFORM=linux/amd64 # GitHub runner arguments -ARG RUNNER_VERSION=2.296.2 +ARG RUNNER_VERSION=2.297.0 # Docker and Docker Compose arguments ENV CHANNEL=stable diff --git a/runner/actions-runner-dind.dockerfile b/runner/actions-runner-dind.dockerfile index 51a003fd..730f2a81 100644 --- a/runner/actions-runner-dind.dockerfile +++ b/runner/actions-runner-dind.dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.296.2 +ARG RUNNER_VERSION=2.297.0 ARG DOCKER_CHANNEL=stable ARG DOCKER_VERSION=20.10.18 ARG DUMB_INIT_VERSION=1.2.5 diff --git a/runner/actions-runner.dockerfile b/runner/actions-runner.dockerfile index 26e684ef..f291c2e5 100644 --- a/runner/actions-runner.dockerfile +++ b/runner/actions-runner.dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.296.2 +ARG RUNNER_VERSION=2.297.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.2 ARG DOCKER_CHANNEL=stable ARG DOCKER_VERSION=20.10.18