Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
4a9257d949 chore(deps): update busybox docker tag to v1.36.0 2023-01-04 01:01:01 +00:00

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 \