mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
WIP - Update base image to nightly so format on save works
This commit is contained in:
parent
e68c806f8c
commit
5f3c3d3f04
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# [Choice] Debian OS version (use bullseye on local arm64/Apple Silicon): buster, bullseye
|
||||
ARG VARIANT="slim-bookworm"
|
||||
FROM rust:${VARIANT}
|
||||
ARG VARIANT="nightly-bookworm-slim"
|
||||
FROM rustlang/rust:${VARIANT}
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
|
||||
|
||||
|
|
Loading…
Reference in a new issue