Skip to content

Commit

Permalink
Update busybox Docker tag to v1.36.1
Browse files Browse the repository at this point in the history
Update busybox
Changelog-entry: Update busybox to 1.36.1
  • Loading branch information
balena-renovate[bot] authored Jul 25, 2024
1 parent 527abf9 commit 3fb7f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/storagemigration/testdata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM busybox:1.33.0
FROM busybox:1.36.1
RUN mkdir /tmp/d1 && touch /tmp/d1/d1f1 && touch /tmp/f1 && touch /tmp/f2
RUN rm -R /tmp/d1 && mkdir /tmp/d1 && touch /tmp/d1/d1f2 && rm /tmp/f1
RUN ln -s /tmp/d1/d1f2 /tmp/slkn
Expand Down

0 comments on commit 3fb7f4b

Please sign in to comment.