Skip to content

Commit 57fd6d0

Browse files
authored
Update Dockerfile fixture/result (microsoft#148688) (microsoft#148699)
1 parent 3159d61 commit 57fd6d0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

extensions/vscode-colorize-tests/test/colorize-fixtures/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM ubuntu
2-
MAINTAINER Kimbro Staken
1+
FROM mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode
2+
MAINTAINER Microsoft
33

44
RUN apt-get install -y software-properties-common python
55
RUN add-apt-repository ppa:chris-lea/node.js
@@ -11,4 +11,4 @@ RUN mkdir /var/www
1111

1212
ADD app.js /var/www/app.js
1313

14-
CMD ["/usr/bin/node", "/var/www/app.js"]
14+
CMD ["/usr/bin/node", "/var/www/app.js"]

extensions/vscode-colorize-tests/test/colorize-results/Dockerfile.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
{
15-
"c": " ubuntu",
15+
"c": " mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode",
1616
"t": "source.dockerfile",
1717
"r": {
1818
"dark_plus": "default: #D4D4D4",
@@ -36,7 +36,7 @@
3636
}
3737
},
3838
{
39-
"c": " Kimbro Staken",
39+
"c": " Microsoft",
4040
"t": "source.dockerfile",
4141
"r": {
4242
"dark_plus": "default: #D4D4D4",
@@ -324,7 +324,7 @@
324324
}
325325
},
326326
{
327-
"c": "] ",
327+
"c": "]",
328328
"t": "source.dockerfile",
329329
"r": {
330330
"dark_plus": "default: #D4D4D4",

0 commit comments

Comments
 (0)