Skip to content

Commit 7e859b1

Browse files
Trolldemortedfsck
authored andcommitted
Fix dockerfile
1 parent 74e0e5d commit 7e859b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ RUN apt-get update \
88
&& apt-get install -y libssl-dev pkg-config --no-install-recommends \
99
&& rm -rf /var/lib/apt/lists/*
1010

11-
RUN rustup install nightly
11+
RUN rustup install nightly-2019-07-09
1212

1313
COPY ./Cargo.lock ./Cargo.lock
1414
COPY ./Cargo.toml ./Cargo.toml
1515

16-
RUN cargo +nightly build
16+
RUN cargo +nightly-2019-07-09 build
1717

1818
COPY ./Rocket.toml ./Rocket.toml
1919
COPY ./src ./src
2020

2121
RUN touch src/main.rs
22-
RUN cargo +nightly build
22+
RUN cargo +nightly-2019-07-09 build
2323

2424
FROM debian:stretch-slim
2525
WORKDIR /enokey

0 commit comments

Comments
 (0)