From 233da0e48f7ae349fdbae37cc4d3caa1fbc7b8f5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 27 Jun 2020 20:52:59 +0000 Subject: [PATCH] defcontainer update --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 959c5477b..ba7b37442 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.7 WORKDIR /workspaces @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && apt-get update && apt-get install -y --no-install-recommends \ nodejs \ yarn \ - && curl -o - https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash \ + && curl -o - https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash \ && rm -rf /var/lib/apt/lists/* ENV NVM_DIR /root/.nvm