Skip to content

Commit f423f36

Browse files
Pin Rust version to 1.79.0 (#9290)
Co-authored-by: amendelsohn <[email protected]>
1 parent 7d41d87 commit f423f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/discovery-provider/Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apk update && \
3737

3838
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3939
ENV PATH="/root/.cargo/bin:${PATH}"
40+
RUN rustup default 1.79.0
4041

4142
RUN curl -O 'http://openresty.org/package/[email protected]' && \
4243
mv '[email protected]' /etc/apk/keys/ && \

0 commit comments

Comments
 (0)