Update to 0.195.0
This commit is contained in:
		@@ -1,13 +1,15 @@
 | 
			
		||||
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
 | 
			
		||||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.191.0/containers/python-3
 | 
			
		||||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.195.0/containers/python-3
 | 
			
		||||
{
 | 
			
		||||
	"name": "Python 3",
 | 
			
		||||
	"build": {
 | 
			
		||||
		"dockerfile": "Dockerfile",
 | 
			
		||||
		"context": "..",
 | 
			
		||||
		"args": { 
 | 
			
		||||
			// Update 'VARIANT' to pick a Python version: 3, 3.6, 3.7, 3.8, 3.9
 | 
			
		||||
			"VARIANT": "3",
 | 
			
		||||
			// Update 'VARIANT' to pick a Python version: 3, 3.9, 3.8, 3.7, 3.6.
 | 
			
		||||
			// Append -bullseye or -buster to pin to an OS version.
 | 
			
		||||
			// Use -bullseye variants on local on arm64/Apple Silicon.
 | 
			
		||||
			"VARIANT": "3-bullseye",
 | 
			
		||||
			// Options
 | 
			
		||||
			"NODE_VERSION": "lts/*"
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user