Skip to content

Commit

Permalink
chore: make Containerfile use nightly rust
Browse files Browse the repository at this point in the history
  • Loading branch information
mickvandijke committed Dec 21, 2023
1 parent 1735a7a commit ebb7d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# Torrust Tracker

## Builder Image
FROM rust:bookworm as chef
FROM rustlang/rust:nightly-bookworm as chef
WORKDIR /tmp
RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
RUN cargo binstall --no-confirm cargo-chef cargo-nextest

## Tester Image
FROM rust:slim-bookworm as tester
FROM rustlang/rust:nightly-bookworm-slim as tester
WORKDIR /tmp

RUN apt-get update; apt-get install -y curl sqlite3; apt-get autoclean
Expand Down

0 comments on commit ebb7d4c

Please sign in to comment.