mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
reprobuild: Upgrade rust version
We need to upgrade the rust version of the ubuntu docker images as time-core v0.1.2 needs a version newer than 1.67.0 Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
This commit is contained in:
parent
1546127b23
commit
b135ba2224
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ RUN wget https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py && python3 /tmp
|
|||
RUN wget https://sh.rustup.rs -O rustup-install.sh && \
|
||||
bash rustup-install.sh --default-toolchain none --quiet -y && \
|
||||
rm rustup-install.sh && \
|
||||
/root/.cargo/bin/rustup install 1.65
|
||||
/root/.cargo/bin/rustup install 1.73
|
||||
|
||||
# Download protoc manually, it is in the update repos which we
|
||||
# disabled above, so `apt-get` can't find it anymore.
|
||||
|
|
|
@ -46,7 +46,7 @@ RUN wget https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py && python3 /tmp
|
|||
RUN wget https://sh.rustup.rs -O rustup-install.sh && \
|
||||
bash rustup-install.sh --default-toolchain none --quiet -y && \
|
||||
rm rustup-install.sh && \
|
||||
/root/.cargo/bin/rustup install 1.65
|
||||
/root/.cargo/bin/rustup install 1.73
|
||||
|
||||
# Download protoc manually, it is in the update repos which we
|
||||
# disabled above, so `apt-get` can't find it anymore.
|
||||
|
|
Loading…
Add table
Reference in a new issue