From fb8224c777bb85c37278544cf45529eeb2493230 Mon Sep 17 00:00:00 2001 From: Janis Horsts Date: Tue, 22 Jul 2025 13:41:33 +0100 Subject: [PATCH] ci: release ubuntu 23.04 --- os/ubuntu-23.04/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/ubuntu-23.04/Earthfile b/os/ubuntu-23.04/Earthfile index 0909ce0..98f46b0 100644 --- a/os/ubuntu-23.04/Earthfile +++ b/os/ubuntu-23.04/Earthfile @@ -10,7 +10,7 @@ ARG --global OS_IMAGE=ubuntu ARG --global OS_VERSION=23.04 # renovate: datasource=github-releases depName=docker/docker -LET docker_package_version=25.0.2 +LET docker_package_version=25.0.1 ARG --global DOCKER_VERSION=5:$docker_package_version-1~ubuntu.$OS_VERSION~lunar # DIR_PATH is set to that common targets can call os specific targets. It should match the directory name this Earthfile is located in