Explorar o código

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

stephenandary %!s(int64=2) %!d(string=hai) anos
pai
achega
5f3c3d3f04
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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