WIP - Update base image to nightly so format on save works

This commit is contained in:
stephenandary 2023-05-01 14:49:38 -04:00
parent e68c806f8c
commit 5f3c3d3f04
No known key found for this signature in database
GPG key ID: E7F95D38F0C9A736

View file

@ -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