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