chore(deps): update busybox docker tag to v1.36.1 #335

Open
Renovate Bot wants to merge 1 commits from renovate/busybox-1.x into dev
1 changed files with 1 additions and 1 deletions

View File

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