Update to 0.134.0 version of definition
This commit is contained in:
		@@ -1,11 +1,12 @@
 | 
			
		||||
// 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.134.0/containers/python-3
 | 
			
		||||
{
 | 
			
		||||
	"name": "Python 3 Sample",
 | 
			
		||||
	"context": "..",
 | 
			
		||||
	"name": "Python 3",
 | 
			
		||||
	"build": {
 | 
			
		||||
		"dockerfile": "Dockerfile",
 | 
			
		||||
		// Update 'VARIANT' to pick a Python version. Rebuild the container 
 | 
			
		||||
		// if it already exists to update. Available variants: 3, 3.6, 3.7, 3.8 
 | 
			
		||||
		"args": { "VARIANT": "3.7" }
 | 
			
		||||
		"context": "..",
 | 
			
		||||
		// Update 'VARIANT' to pick a Python version: 3, 3.6, 3.7, 3.8 
 | 
			
		||||
		"args": { "VARIANT": "3" }
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	// Set *default* container specific settings.json values on container create.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user