We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab41cc commit 2202d85Copy full SHA for 2202d85
Dockerfile
@@ -1,6 +1,6 @@
1
FROM buildpack-deps:jessie
2
3
-ENV RUST_VERSION=1.17.0
+ENV RUST_VERSION=1.18.0
4
ENV RUST_ARCHIVE=rust-${RUST_VERSION}-x86_64-unknown-linux-gnu
5
6
RUN curl -sSLO https://static.rust-lang.org/dist/${RUST_ARCHIVE}.tar.gz \
0 commit comments