chore(dev): bump to py 3.9 and fix end of line err

This commit is contained in:
izzy lyseggen
2022-01-24 10:49:42 +00:00
parent 566104cd18
commit 1a60d651d8
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ services:
dockerfile: Dockerfile
context: .
args:
VARIANT: 3.6
VARIANT: 3.9
NODE_VERSION: lts/*
volumes:
# Mounts the project folder to '/workspace'. While this file is in .devcontainer,
+3
View File
@@ -0,0 +1,3 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf