Skip to content

Commit c14c25d

Browse files
committed
switch to bootc ostree-ext repo
1 parent 6174bd9 commit c14c25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN dnf install -y rust cargo libzstd-devel git openssl-devel \
1414
# It is not provided as a package in fedora.
1515
RUN mkdir -p /sources; \
1616
cd /sources; \
17-
git clone --depth 1 -b ostree-ext-v0.15.3 \
18-
https://github.com/ostreedev/ostree-rs-ext ostree-rs-ext;
17+
git clone --depth 1 \
18+
https://github.com/hhd-dev/ostree-ext-cli ostree-rs-ext;
1919

2020
WORKDIR /sources/ostree-rs-ext
2121
RUN cargo fetch

0 commit comments

Comments
 (0)