From 6d38234990c6251cc86d20516951b9d7214270f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 02:13:58 +0000 Subject: [PATCH] Update docker Docker tag to v29.5.2 --- .github/workflows/java-build-with-docker-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java-build-with-docker-template.yml b/.github/workflows/java-build-with-docker-template.yml index 5bdd4ea..355288b 100644 --- a/.github/workflows/java-build-with-docker-template.yml +++ b/.github/workflows/java-build-with-docker-template.yml @@ -20,7 +20,7 @@ jobs: java-build-with-docker-template: services: docker: - image: docker:29.5.1 + image: docker:29.5.2 options: --privileged runs-on: ${{ matrix.os }} strategy: