Skip to content

Commit

Permalink
Merge pull request #486 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update toybox to 0.8.10
  • Loading branch information
tianon authored Jul 31, 2023
2 parents 80543d8 + d73fda8 commit 7420479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toybox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"; \
Expand Down
2 changes: 1 addition & 1 deletion toybox/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.8.9"
"version": "0.8.10"
}

0 comments on commit 7420479

Please sign in to comment.