Skip to content

Commit

Permalink
Monero 0.18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Jul 20, 2022
1 parent 3749832 commit 40bdf0a
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 @@ -17,7 +17,7 @@ RUN apt-get update && \
protobuf-compiler libudev-dev git && \
update-alternatives --install /usr/bin/python python /usr/bin/python3 1

ARG MONERO_VERSION=0.17.3.2
ARG MONERO_VERSION=0.18.0.0
RUN git clone --recursive https://github.com/monero-project/monero.git -b v${MONERO_VERSION} --depth 1

ARG BUILD_THREADS=1
Expand Down

0 comments on commit 40bdf0a

Please sign in to comment.