From 89e1efc2907e839b8a29b815657a781855948ce8 Mon Sep 17 00:00:00 2001 From: crazy-max <1951866+crazy-max@users.noreply.github.com> Date: Thu, 16 Apr 2026 08:35:33 +0000 Subject: [PATCH] chore(deps): update Docker version to 29.4 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dev.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.Dockerfile b/dev.Dockerfile index dcf4e37..c2ed0f7 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. ARG NODE_VERSION=24 -ARG DOCKER_VERSION=29.3 +ARG DOCKER_VERSION=29.4 ARG BUILDX_VERSION=0.33.0 ARG COMPOSE_VERSION=5.1.1 ARG UNDOCK_VERSION=0.12.0