Skip to content

Commit 6bc1981

Browse files
authored
Merge pull request #135 from ublue-os/main
[pull] main from ublue-os:main
2 parents 51e9080 + cf253fa commit 6bc1981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
513513
--mount=type=bind,from=ctx,source=/,target=/ctx \
514514
--mount=type=tmpfs,dst=/tmp \
515515
cd $(mktemp -d) && \
516-
curl -fsSLo - https://github.com/Zeglius/media-automount-generator/archive/refs/tags/v0.2.3.tar.gz | \
516+
curl -fsSLo - https://github.com/Zeglius/media-automount-generator/archive/refs/tags/v0.2.6.tar.gz | \
517517
tar -xz --strip-components=1 && \
518518
./install.sh && \
519519
cd / && \

0 commit comments

Comments
 (0)