File tree 2 files changed +3
-3
lines changed
agent/src/main/java/com/testsigma/agent/services
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ public static String getOsVersion() {
47
47
osVersion = "8" ;
48
48
} else if (osVersion .startsWith ("6.3" )) {
49
49
osVersion = "8.1" ;
50
- } else if (osVersion .startsWith ("10.0.1" )) {
51
- osVersion = "10" ;
52
50
} else if (osVersion .startsWith ("10.0.2" )){
53
51
osVersion = "11" ;
52
+ } else if (osVersion .startsWith ("10.0" )) {
53
+ osVersion = "10" ;
54
54
}
55
55
} else if (SystemUtils .IS_OS_MAC_OSX ) {
56
56
if (osVersion .startsWith ("10.16" )) {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
20
20
interval : 1s
21
21
retries : 120
22
22
testsigma_server :
23
- image : testsigmahq/server:v2.5
23
+ image : testsigmahq/server:v2.6
24
24
container_name : testsigma_server
25
25
ports :
26
26
- " 9090:9090"
You can’t perform that action at this time.
0 commit comments