File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
// https://github.com/microsoft/vscode-dev-containers/tree/v0.187.0/containers/cpp
3
3
{
4
4
"name" : " edgetx-dev" ,
5
- "image" : " ghcr.io/edgetx/edgetx-dev:latest " ,
5
+ "image" : " ghcr.io/edgetx/edgetx-dev:v2.10.0 " ,
6
6
7
7
// Add the IDs of extensions you want installed when the container is created.
8
8
"extensions" : [
Original file line number Diff line number Diff line change 69
69
- xlites
70
70
- mt12
71
71
container :
72
- image : ghcr.io/edgetx/edgetx-dev:latest
72
+ image : ghcr.io/edgetx/edgetx-dev:v2.10.0
73
73
volumes :
74
74
- ${{ github.workspace }}:/src
75
75
steps :
@@ -112,7 +112,7 @@ jobs:
112
112
- xlite;xlites
113
113
- mt12
114
114
container :
115
- image : ghcr.io/edgetx/edgetx-dev:latest
115
+ image : ghcr.io/edgetx/edgetx-dev:v2.10.0
116
116
volumes :
117
117
- ${{ github.workspace }}:/src
118
118
steps :
Original file line number Diff line number Diff line change 29
29
build :
30
30
runs-on : ubuntu-latest
31
31
container :
32
- image : ghcr.io/edgetx/edgetx-dev:latest
32
+ image : ghcr.io/edgetx/edgetx-dev:v2.10.0
33
33
volumes :
34
34
- ${{ github.workspace }}:/src
35
35
Original file line number Diff line number Diff line change 34
34
- xlite;xlites
35
35
- mt12
36
36
container :
37
- image : ghcr.io/edgetx/edgetx-dev:latest
37
+ image : ghcr.io/edgetx/edgetx-dev:v2.10.0
38
38
volumes :
39
39
- ${{ github.workspace }}:/src
40
40
steps :
You can’t perform that action at this time.
0 commit comments