fix: use nightly img
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Aravinth Manivannan 2024-07-11 02:54:39 +05:30
parent cc52131f8a
commit 1b276ec4e8
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -5,7 +5,7 @@
#COPY . .
#RUN npm run sass
#
FROM rust:slim as rust
FROM rustlang/rust:nightly-slim as rust
WORKDIR /src
RUN apt-get update && apt-get install -y git pkg-config libssl-dev make
RUN mkdir src && echo "fn main() {}" > src/main.rs