Parcourir la source

use mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14

Yuki Takei il y a 5 ans
Parent
commit
fc88aba575
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .devcontainer/Dockerfile

+ 1 - 1
.devcontainer/Dockerfile

@@ -3,7 +3,7 @@
 # Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
 #-------------------------------------------------------------------------------------------------------------
 
-FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:14
+FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14
 
 # The node image includes a non-root user with sudo access. Use the
 # "remoteUser" property in devcontainer.json to use it. On Linux, update