File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
extensions/vscode-colorize-tests/test Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu
2
- MAINTAINER Kimbro Staken
1
+ FROM mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode
2
+ MAINTAINER Microsoft
3
3
4
4
RUN apt-get install -y software-properties-common python
5
5
RUN add-apt-repository ppa:chris-lea/node.js
@@ -11,4 +11,4 @@ RUN mkdir /var/www
11
11
12
12
ADD app.js /var/www/app.js
13
13
14
- CMD ["/usr/bin/node" , "/var/www/app.js" ]
14
+ CMD ["/usr/bin/node" , "/var/www/app.js" ]
Original file line number Diff line number Diff line change 12
12
}
13
13
},
14
14
{
15
- "c" : " ubuntu " ,
15
+ "c" : " mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode " ,
16
16
"t" : " source.dockerfile" ,
17
17
"r" : {
18
18
"dark_plus" : " default: #D4D4D4" ,
36
36
}
37
37
},
38
38
{
39
- "c" : " Kimbro Staken " ,
39
+ "c" : " Microsoft " ,
40
40
"t" : " source.dockerfile" ,
41
41
"r" : {
42
42
"dark_plus" : " default: #D4D4D4" ,
324
324
}
325
325
},
326
326
{
327
- "c" : " ] " ,
327
+ "c" : " ]" ,
328
328
"t" : " source.dockerfile" ,
329
329
"r" : {
330
330
"dark_plus" : " default: #D4D4D4" ,
You can’t perform that action at this time.
0 commit comments