Skip to content

Commit

Permalink
Update cjvalpy to 0.4.1 in Dockerfile to avoid build issue with 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjong1 committed Nov 21, 2023
1 parent 666f60b commit 234a7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH="/root/.cargo/bin:$PATH"
RUN pip install maturin

ARG CJVALPY_VERSION="0.3.2"
ARG CJVALPY_VERSION="0.4.1"
RUN curl -L -o cjvalpy.tar.gz https://github.com/cityjson/cjvalpy/archive/refs/tags/${CJVALPY_VERSION}.tar.gz && \
tar -xvf cjvalpy.tar.gz && \
cd cjvalpy-${CJVALPY_VERSION} && \
Expand Down

0 comments on commit 234a7ad

Please sign in to comment.