From 62b2f906934aee74c50b8c24141948ac311b80cc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 May 2023 20:01:02 +0000 Subject: [PATCH] chore(deps): update busybox docker tag to v1.36.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a27ad44..f627239 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \