From 36c93a64d2b95dc178d37eafded23680d26a8ce9 Mon Sep 17 00:00:00 2001 From: Natalie Somersall Date: Fri, 30 Jun 2023 11:23:39 -0600 Subject: [PATCH] bump compose (#189) --- images/rootless-ubuntu-jammy.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/rootless-ubuntu-jammy.Dockerfile b/images/rootless-ubuntu-jammy.Dockerfile index 1a542d7..ec348e4 100644 --- a/images/rootless-ubuntu-jammy.Dockerfile +++ b/images/rootless-ubuntu-jammy.Dockerfile @@ -7,7 +7,7 @@ ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.2 # Docker and Compose arguments ARG DOCKER_VERSION=24.0.2 -ARG COMPOSE_VERSION=v2.18.1 +ARG COMPOSE_VERSION=v2.19.1 # Dumb-init version ARG DUMB_INIT_VERSION=1.2.5