Update Dockerfile to use busybox 1.33.0
This commit is contained in:
@@ -24,7 +24,7 @@ RUN upx wings
|
|||||||
# --------------------------------------- #
|
# --------------------------------------- #
|
||||||
|
|
||||||
# Stage 2 (Final)
|
# Stage 2 (Final)
|
||||||
FROM busybox:1.32.0
|
FROM busybox:1.33.0
|
||||||
|
|
||||||
RUN echo "ID=\"busybox\"" > /etc/os-release
|
RUN echo "ID=\"busybox\"" > /etc/os-release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user