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:
Peter Neuroth 2023-11-02 12:06:26 +01:00
parent 1546127b23
commit b135ba2224
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.