From d73fda890a53018d4e3b55362aa5f57093c0c062 Mon Sep 17 00:00:00 2001 From: "Tianon (automated)" Date: Sun, 30 Jul 2023 23:24:22 +0000 Subject: [PATCH] Update toybox to 0.8.10 --- toybox/Dockerfile | 2 +- toybox/versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toybox/Dockerfile b/toybox/Dockerfile index 8397cac8705..17224650b63 100644 --- a/toybox/Dockerfile +++ b/toybox/Dockerfile @@ -22,7 +22,7 @@ WORKDIR /toybox # https://landley.net/toybox/downloads/?C=M;O=D # https://github.com/landley/toybox/releases -ENV TOYBOX_VERSION 0.8.9 +ENV TOYBOX_VERSION 0.8.10 RUN set -eux; \ wget -O toybox.tgz "https://landley.net/toybox/downloads/toybox-$TOYBOX_VERSION.tar.gz"; \ diff --git a/toybox/versions.json b/toybox/versions.json index 7065eb8234c..d641563f4d5 100644 --- a/toybox/versions.json +++ b/toybox/versions.json @@ -1,3 +1,3 @@ { - "version": "0.8.9" + "version": "0.8.10" }