Skip to content

Commit

Permalink
reprobuild: Upgrade rust version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nepet committed Nov 2, 2023
1 parent 1546127 commit b135ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/reprobuild/Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion contrib/reprobuild/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b135ba2

Please sign in to comment.