diff --git a/images/ghes-demo.Dockerfile b/images/ghes-demo.Dockerfile index 430e3e6..c9e8fce 100644 --- a/images/ghes-demo.Dockerfile +++ b/images/ghes-demo.Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:22.04 # GitHub runner arguments ARG RUNNER_ARCH=linux/amd64 -ARG RUNNER_VERSION=2.311.0 +ARG RUNNER_VERSION=2.312.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.0 # CodeQL arguments @@ -10,7 +10,7 @@ ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.0 # Docker and Compose arguments ARG DOCKER_VERSION=24.0.7 -ARG COMPOSE_VERSION=v2.23.2 +ARG COMPOSE_VERSION=v2.24.0 # Dumb-init version ARG DUMB_INIT_VERSION=1.2.5 diff --git a/images/rootless-ubuntu-jammy.Dockerfile b/images/rootless-ubuntu-jammy.Dockerfile index 82f1263..c95f4cf 100644 --- a/images/rootless-ubuntu-jammy.Dockerfile +++ b/images/rootless-ubuntu-jammy.Dockerfile @@ -2,12 +2,12 @@ FROM ubuntu:22.04 # GitHub runner arguments ARG RUNNER_ARCH=linux/amd64 -ARG RUNNER_VERSION=2.311.0 +ARG RUNNER_VERSION=2.312.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.0 # Docker and Compose arguments ARG DOCKER_VERSION=24.0.7 -ARG COMPOSE_VERSION=v2.23.3 +ARG COMPOSE_VERSION=v2.24.0 # Dumb-init version ARG DUMB_INIT_VERSION=1.2.5 diff --git a/images/ubi8.Dockerfile b/images/ubi8.Dockerfile index 04ab8b3..d7b7a97 100644 --- a/images/ubi8.Dockerfile +++ b/images/ubi8.Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation /~https://github.com/some-natalie/kub # Arguments ARG TARGETPLATFORM=linux/amd64 -ARG RUNNER_VERSION=2.311.0 +ARG RUNNER_VERSION=2.312.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.0 # Shell setup diff --git a/images/ubi9.Dockerfile b/images/ubi9.Dockerfile index 65de442..d925f6d 100644 --- a/images/ubi9.Dockerfile +++ b/images/ubi9.Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation /~https://github.com/some-natalie/kub # Arguments ARG TARGETPLATFORM=linux/amd64 -ARG RUNNER_VERSION=2.311.0 +ARG RUNNER_VERSION=2.312.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.0 # Shell setup