From f4064c47c979cf7deca83aa5499b2a16d864209d Mon Sep 17 00:00:00 2001 From: SK Ali Arman Date: Tue, 14 Jan 2025 14:26:14 +0600 Subject: [PATCH] Change Base Image Signed-off-by: SK Ali Arman --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e286208..bebf296 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM tianon/toybox:0.8.4 +FROM alpine COPY scripts /tmp/scripts COPY init-script /init-script