must use rust nightly
This commit is contained in:
parent
6aac273b9a
commit
d10ef521d3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.69.0-bullseye as rust-base
|
||||
FROM ghcr.io/rust-lang/rust:nightly-bullseye as rust-base
|
||||
WORKDIR /app
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends curl clang
|
||||
ARG MOLD_VERSION=1.11.0
|
||||
|
|
Loading…
Add table
Reference in a new issue