Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions 1.15/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion 1.14/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM buildpack-deps:jessie

ENV RUST_VERSION=1.14.0
ENV RUST_VERSION=1.18.0
ENV RUST_ARCHIVE=rust-${RUST_VERSION}-x86_64-unknown-linux-gnu

RUN curl -sSLO https://static.rust-lang.org/dist/${RUST_ARCHIVE}.tar.gz \
Expand Down