chore(deps): update busybox docker tag to v1.36.0

This commit is contained in:
Renovate Bot 2023-01-04 01:01:01 +00:00
parent 849bf54979
commit 4a9257d949

View file

@ -29,7 +29,7 @@ RUN if [ -n "${CI_COMMIT_SHA}" ]; then \
fi
FROM busybox:1.35.0
FROM busybox:1.36.0
ENV PATH=/bin \
VIETER_DATA_DIR=/data \