diff --git a/images/centos7.Dockerfile b/images/centos7.Dockerfile index 391008a..e862880 100644 --- a/images/centos7.Dockerfile +++ b/images/centos7.Dockerfile @@ -48,7 +48,7 @@ COPY software/kubectl.sh kubectl.sh RUN bash kubectl.sh && rm kubectl.sh ARG TARGETPLATFORM=linux/amd64 -ARG RUNNER_VERSION=2.283.3 +ARG RUNNER_VERSION=2.284.0 ARG DEBUG=false RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false) diff --git a/images/centos8.Dockerfile b/images/centos8.Dockerfile index e67d5d5..da75d74 100644 --- a/images/centos8.Dockerfile +++ b/images/centos8.Dockerfile @@ -51,7 +51,7 @@ COPY software/kubectl.sh kubectl.sh RUN bash kubectl.sh && rm kubectl.sh ARG TARGETPLATFORM=linux/amd64 -ARG RUNNER_VERSION=2.283.3 +ARG RUNNER_VERSION=2.284.0 ARG DEBUG=false RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false) diff --git a/images/debian-bullseye.Dockerfile b/images/debian-bullseye.Dockerfile index 19297fc..bc7fcba 100644 --- a/images/debian-bullseye.Dockerfile +++ b/images/debian-bullseye.Dockerfile @@ -83,9 +83,9 @@ COPY software/kubectl.sh kubectl.sh RUN bash kubectl.sh && rm kubectl.sh ARG TARGETPLATFORM=linux/amd64 -ARG RUNNER_VERSION=2.283.3 +ARG RUNNER_VERSION=2.284.0 ARG DOCKER_CHANNEL=stable -ARG DOCKER_VERSION=20.10.9 +ARG DOCKER_VERSION=20.10.11 ARG COMPOSE_VERSION=1.29.2 ARG DEBUG=false diff --git a/images/debian-buster.Dockerfile b/images/debian-buster.Dockerfile index b19cffa..6ee8cbf 100644 --- a/images/debian-buster.Dockerfile +++ b/images/debian-buster.Dockerfile @@ -83,9 +83,9 @@ COPY software/kubectl.sh kubectl.sh RUN bash kubectl.sh && rm kubectl.sh ARG TARGETPLATFORM=linux/amd64 -ARG RUNNER_VERSION=2.283.3 +ARG RUNNER_VERSION=2.284.0 ARG DOCKER_CHANNEL=stable -ARG DOCKER_VERSION=20.10.9 +ARG DOCKER_VERSION=20.10.11 ARG COMPOSE_VERSION=1.29.2 ARG DEBUG=false diff --git a/images/ubuntu-focal.Dockerfile b/images/ubuntu-focal.Dockerfile index 82cebc8..6c131f0 100644 --- a/images/ubuntu-focal.Dockerfile +++ b/images/ubuntu-focal.Dockerfile @@ -84,9 +84,9 @@ RUN apt-get autoclean && apt-get autoremove # Runner agent and Docker configs ARG TARGETPLATFORM=linux/amd64 -ARG RUNNER_VERSION=2.283.3 +ARG RUNNER_VERSION=2.284.0 ARG DOCKER_CHANNEL=stable -ARG DOCKER_VERSION=20.10.9 +ARG DOCKER_VERSION=20.10.11 ARG COMPOSE_VERSION=1.29.2 ARG DEBUG=false