Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasama committed Apr 11, 2024
1 parent 65586a9 commit a5f0844
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 @@ -23,7 +23,7 @@ RUN rm -rf ./target/release || true
RUN SQLX_OFFLINE=1 cargo build --release

# our final base
FROM rust:1.65.0-slim
FROM rustlang/rust:nightly

# copy the build artifact from the build stage
COPY --from=builder /bandejao-bot/target/release/bandejao-bot .
Expand Down

0 comments on commit a5f0844

Please sign in to comment.