Skip to content

Commit 89f9f7b

Browse files
committed
fix oso checkout
1 parent e69f965 commit 89f9f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
1818
ENV PATH="/root/.cargo/bin:${PATH}"
1919

2020
WORKDIR /opt
21-
RUN git clone --depth 1 --branch "$package_version" https://github.com/osohq/oso.git
21+
RUN git clone --depth 1 --branch "v$package_version" https://github.com/osohq/oso.git
2222
WORKDIR /opt/oso
2323
RUN rm -Rf .git
2424
RUN make python-build

0 commit comments

Comments
 (0)