Skip to content

Commit

Permalink
upgrade util-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ansiwen committed Jul 31, 2024
1 parent 5d3c598 commit ab48ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/container/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ EOF

FROM musl AS sfdisk
RUN --mount=type=tmpfs,target=/tmp <<EOF
curl -sSL "https://github.com/util-linux/util-linux/archive/v2.38.1.tar.gz" -o /tmp/util-linux.tar.gz
curl -sSL "https://github.com/util-linux/util-linux/archive/v2.40.2.tar.gz" -o /tmp/util-linux.tar.gz
mkdir -p /tmp/util-linux
tar -C /tmp/util-linux --strip-components=1 -xzf /tmp/util-linux.tar.gz
cd /tmp/util-linux
Expand Down

0 comments on commit ab48ce5

Please sign in to comment.