Skip to content

Commit

Permalink
Pin rust nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpommerening committed Mar 30, 2021
1 parent 2e02df9 commit 62afd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm ci && npm run build
# Build Backend
FROM rust:1 as backend-builder
USER root
RUN rustup default nightly
RUN rustup default nightly-2021-03-15
COPY api/Cargo.toml api/Cargo.lock /usr/src/api/
COPY api/src /usr/src/api/src
WORKDIR /usr/src/api
Expand Down

0 comments on commit 62afd53

Please sign in to comment.