Skip to content

Commit b135ba2

Browse files
committed
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 <[email protected]>
1 parent 1546127 commit b135ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/reprobuild/Dockerfile.focal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN wget https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py && python3 /tmp
4545
RUN wget https://sh.rustup.rs -O rustup-install.sh && \
4646
bash rustup-install.sh --default-toolchain none --quiet -y && \
4747
rm rustup-install.sh && \
48-
/root/.cargo/bin/rustup install 1.65
48+
/root/.cargo/bin/rustup install 1.73
4949

5050
# Download protoc manually, it is in the update repos which we
5151
# disabled above, so `apt-get` can't find it anymore.

contrib/reprobuild/Dockerfile.jammy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN wget https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py && python3 /tmp
4646
RUN wget https://sh.rustup.rs -O rustup-install.sh && \
4747
bash rustup-install.sh --default-toolchain none --quiet -y && \
4848
rm rustup-install.sh && \
49-
/root/.cargo/bin/rustup install 1.65
49+
/root/.cargo/bin/rustup install 1.73
5050

5151
# Download protoc manually, it is in the update repos which we
5252
# disabled above, so `apt-get` can't find it anymore.

0 commit comments

Comments
 (0)