From fd816e17790bf3d572cd7bf97c039558a8e6b895 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 09:31:58 +0000 Subject: [PATCH 1/2] chore(deps): update dependency moby/moby to v28.5.2 --- os/ubuntu-20.04/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/ubuntu-20.04/Earthfile b/os/ubuntu-20.04/Earthfile index ca736d0..e818335 100644 --- a/os/ubuntu-20.04/Earthfile +++ b/os/ubuntu-20.04/Earthfile @@ -8,7 +8,7 @@ ARG --global OS_IMAGE=ubuntu ARG --global OS_VERSION=20.04 # renovate: datasource=github-releases depName=moby/moby -LET docker_package_version=28.1.1 +LET docker_package_version=28.5.2 ARG --global DOCKER_VERSION=5:$docker_package_version-1~ubuntu.$OS_VERSION~focal # DIR_PATH is set to that common targets can call os specific targets. It should match the directory name this Earthfile is located in From 5b82807705a827cbae7edf8c584de9275be6c2fc Mon Sep 17 00:00:00 2001 From: Janis Horsts Date: Wed, 20 May 2026 11:09:17 +0100 Subject: [PATCH 2/2] fix: lock docker to 28.1.1 in ubuntu 20.04 --- .github/renovate.json5 | 6 +++--- os/ubuntu-20.04/Earthfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8ac8f24..42ce4a7 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -66,7 +66,7 @@ matchPackageNames: [ '/alpine/', '/alpine.*?/docker/', - '/docker/docker/', + 'moby/moby', ], }, { @@ -75,7 +75,7 @@ 'os/ubuntu-20.04/Earthfile', ], matchPackageNames: [ - 'docker/docker', + 'moby/moby', ], allowedVersions: '28.1.1', }, @@ -132,7 +132,7 @@ }, { matchPackageNames: [ - 'docker/docker', + 'moby/moby', ], matchDatasources: [ 'github-releases', diff --git a/os/ubuntu-20.04/Earthfile b/os/ubuntu-20.04/Earthfile index e818335..ca736d0 100644 --- a/os/ubuntu-20.04/Earthfile +++ b/os/ubuntu-20.04/Earthfile @@ -8,7 +8,7 @@ ARG --global OS_IMAGE=ubuntu ARG --global OS_VERSION=20.04 # renovate: datasource=github-releases depName=moby/moby -LET docker_package_version=28.5.2 +LET docker_package_version=28.1.1 ARG --global DOCKER_VERSION=5:$docker_package_version-1~ubuntu.$OS_VERSION~focal # DIR_PATH is set to that common targets can call os specific targets. It should match the directory name this Earthfile is located in