Skip to content

Commit

Permalink
Merge pull request #9100 from OpenMined/rasswanth/pin-rust-version
Browse files Browse the repository at this point in the history
Pin rust version to 1.79
  • Loading branch information
shubham3121 authored Jul 30, 2024
2 parents 459f5a7 + 0e4c2e8 commit 0996f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/grid/rathole/rathole.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ARG RATHOLE_VERSION="0.5.0"
ARG PYTHON_VERSION="3.12"
ARG RUST_VERSION="1.79"

FROM rust as build
FROM rust:${RUST_VERSION} as build
ARG RATHOLE_VERSION
ARG FEATURES
RUN apt update && apt install -y git
Expand Down

0 comments on commit 0996f2f

Please sign in to comment.