Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot 4a9257d949 chore(deps): update busybox docker tag to v1.36.0 2023-01-04 01:01:01 +00:00
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.0
ENV PATH=/bin \
VIETER_DATA_DIR=/data \