From cdd526751fb9a35d224c27e1b512eed957b0c808 Mon Sep 17 00:00:00 2001 From: cb-renovate-bot Date: Mon, 25 May 2026 03:37:51 +0000 Subject: [PATCH] chore(deps): update busybox docker tag to v1.38.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bdc57f7..a044139 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 # Stage 1: Obtain a shell using BusyBox -FROM busybox:1.37.0-uclibc AS shell_builder +FROM busybox:1.38.0-uclibc AS shell_builder # Use a BusyBox image with uclibc for static compilation RUN chmod +x /bin/sh