From b501061485020618d952cd44310e8cb9ace201d4 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Ballesteros Date: Fri, 12 Jan 2024 12:37:47 +0100 Subject: [PATCH] Update ubuntu-focal.Dockerfile --- ubuntu-focal.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-focal.Dockerfile b/ubuntu-focal.Dockerfile index 81c85ff..41746b5 100644 --- a/ubuntu-focal.Dockerfile +++ b/ubuntu-focal.Dockerfile @@ -7,7 +7,7 @@ RUN apt update \ ENV DOCKER_CHANNEL=stable \ DOCKER_VERSION=24.0.7 \ - DOCKER_COMPOSE_VERSION=v2.24.0 \ + DOCKER_COMPOSE_VERSION=v2.23.0 \ BUILDX_VERSION=v0.11.2 \ DEBUG=false