From 16873ea99bfdb98fdf48e5b6d59a46d2811a3d0a Mon Sep 17 00:00:00 2001 From: Andre Hofmeister <9199345+HofmeisterAn@users.noreply.github.com> Date: Fri, 13 Feb 2026 12:37:13 +0100 Subject: [PATCH] chore: Bump Docker Engine API to 1.52 --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 632cf3d21..372133fc8 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -63,7 +63,7 @@ jobs: env: # Lowest API version that GitHub runners support. - DOCKER_API_VERSION: 1.47 + DOCKER_API_VERSION: 1.52 steps: - name: Checkout Repository