Skip to content

Commit

Permalink
Updated docker image to use nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMimir committed Nov 28, 2023
1 parent e091cae commit 9068478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM rust as builder
WORKDIR /home/rust/
COPY . .

RUN rustup default nightly
RUN cargo build --release

FROM ubuntu:latest
Expand Down

0 comments on commit 9068478

Please sign in to comment.