Update Dockerfile to use busybox 1.33.0

This commit is contained in:
Matthew Penner 2021-01-03 12:46:06 -07:00
parent ee0c7f09b3
commit b8fb86f5a4

View File

@ -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