From 48db5ed1e34362a8c5134f2ad84366bdf63b2a9a Mon Sep 17 00:00:00 2001 From: Natalie Somersall Date: Mon, 2 Dec 2024 20:23:24 -0700 Subject: [PATCH] bump compose (#283) --- images/rootless-ubuntu-jammy.Dockerfile | 2 +- images/rootless-ubuntu-numbat.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/rootless-ubuntu-jammy.Dockerfile b/images/rootless-ubuntu-jammy.Dockerfile index 58d2b5c..6bfb8a3 100644 --- a/images/rootless-ubuntu-jammy.Dockerfile +++ b/images/rootless-ubuntu-jammy.Dockerfile @@ -6,7 +6,7 @@ ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.2 # Docker and Compose arguments ARG DOCKER_VERSION=27.3.1 -ARG COMPOSE_VERSION=v2.30.3 +ARG COMPOSE_VERSION=v2.31.0 # Dumb-init version ARG DUMB_INIT_VERSION=1.2.5 diff --git a/images/rootless-ubuntu-numbat.Dockerfile b/images/rootless-ubuntu-numbat.Dockerfile index 03fc1ca..c594c52 100644 --- a/images/rootless-ubuntu-numbat.Dockerfile +++ b/images/rootless-ubuntu-numbat.Dockerfile @@ -6,7 +6,7 @@ ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.2 # Docker and Compose arguments ARG DOCKER_VERSION=27.3.1 -ARG COMPOSE_VERSION=v2.30.3 +ARG COMPOSE_VERSION=v2.31.0 # Dumb-init version ARG DUMB_INIT_VERSION=1.2.5