feat: use busybox image
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m24s

This commit is contained in:
2026-01-03 19:01:43 +01:00
parent c43cc828cd
commit 0e9e9418f1

View File

@@ -1,2 +1,2 @@
FROM ubuntu:18.04 FROM busybox
RUN (echo 'Hello, World!' && sleep 60) RUN (echo 'Hello, World!' && sleep 60)