Răsfoiți Sursa

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

stephenandary 2 ani în urmă
părinte
comite
5f3c3d3f04
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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
 # [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
 ENV DEBIAN_FRONTEND noninteractive
 RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
 RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections