Parcourir la source

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

stephenandary il y a 2 ans
Parent
commit
5f3c3d3f04
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .devcontainer/Dockerfile

+ 2 - 2
.devcontainer/Dockerfile

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