Skip to content

Commit 00a3ab5

Browse files
authored
Fix appsettings.json structure (#526)
* Fix appsettings.json structure. * Update libc6-dev installation in Dockerfile to use wildcard version Signed-off-by: Victor Chang <[email protected]>
1 parent 2f56391 commit 00a3ab5

File tree

15 files changed

+96
-61
lines changed

15 files changed

+96
-61
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV DEBIAN_FRONTEND=noninteractive
3636
RUN apt-get clean \
3737
&& apt-get update \
3838
&& apt-get install -y --no-install-recommends curl \
39-
&& apt-get install -y libc6-dev=2.35-0ubuntu3.9 \
39+
&& apt-get install -y libc6-dev=2.35-0ubuntu3.* \
4040
&& rm -rf /var/lib/apt/lists # this is a workaround for Mongo encryption library
4141

4242
WORKDIR /opt/monai/ig

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.407",
3+
"version": "8.0.411",
44
"rollForward": "latestFeature"
55
}
66
}

src/Api/packages.lock.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
},
4242
"Microsoft.NET.ILLink.Tasks": {
4343
"type": "Direct",
44-
"requested": "[8.0.14, )",
45-
"resolved": "8.0.14",
46-
"contentHash": "4U2fd7PexNKrK5ZqfqIcXZj9/lRRjFsLgA/pxuFQTuGQuLYP/+7yACz/j7EmWbEj/fspOf4mafi/vHIy/rKDzQ=="
44+
"requested": "[8.0.17, )",
45+
"resolved": "8.0.17",
46+
"contentHash": "x5/y4l8AtshpBOrCZdlE4txw8K3e3s9meBFeZeR3l8hbbku2V7kK6ojhXvrbjg1rk3G+JqL1BI26gtgc1ZrdUw=="
4747
},
4848
"Monai.Deploy.Messaging": {
4949
"type": "Direct",
@@ -257,8 +257,11 @@
257257
},
258258
"System.Diagnostics.DiagnosticSource": {
259259
"type": "Transitive",
260-
"resolved": "8.0.0",
261-
"contentHash": "c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ=="
260+
"resolved": "6.0.0",
261+
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
262+
"dependencies": {
263+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
264+
}
262265
},
263266
"System.IO.Abstractions": {
264267
"type": "Transitive",

src/CLI/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"Microsoft.NET.ILLink.Tasks": {
3737
"type": "Direct",
38-
"requested": "[8.0.14, )",
39-
"resolved": "8.0.14",
40-
"contentHash": "4U2fd7PexNKrK5ZqfqIcXZj9/lRRjFsLgA/pxuFQTuGQuLYP/+7yACz/j7EmWbEj/fspOf4mafi/vHIy/rKDzQ=="
38+
"requested": "[8.0.17, )",
39+
"resolved": "8.0.17",
40+
"contentHash": "x5/y4l8AtshpBOrCZdlE4txw8K3e3s9meBFeZeR3l8hbbku2V7kK6ojhXvrbjg1rk3G+JqL1BI26gtgc1ZrdUw=="
4141
},
4242
"System.CommandLine.Hosting": {
4343
"type": "Direct",

src/Client.Common/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"Microsoft.NET.ILLink.Tasks": {
1212
"type": "Direct",
13-
"requested": "[8.0.14, )",
14-
"resolved": "8.0.14",
15-
"contentHash": "4U2fd7PexNKrK5ZqfqIcXZj9/lRRjFsLgA/pxuFQTuGQuLYP/+7yACz/j7EmWbEj/fspOf4mafi/vHIy/rKDzQ=="
13+
"requested": "[8.0.17, )",
14+
"resolved": "8.0.17",
15+
"contentHash": "x5/y4l8AtshpBOrCZdlE4txw8K3e3s9meBFeZeR3l8hbbku2V7kK6ojhXvrbjg1rk3G+JqL1BI26gtgc1ZrdUw=="
1616
}
1717
}
1818
}

src/Client/packages.lock.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,11 @@
244244
},
245245
"System.Diagnostics.DiagnosticSource": {
246246
"type": "Transitive",
247-
"resolved": "8.0.0",
248-
"contentHash": "c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ=="
247+
"resolved": "6.0.0",
248+
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
249+
"dependencies": {
250+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
251+
}
249252
},
250253
"System.IO.Abstractions": {
251254
"type": "Transitive",

src/Common/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"Microsoft.NET.ILLink.Tasks": {
1212
"type": "Direct",
13-
"requested": "[8.0.14, )",
14-
"resolved": "8.0.14",
15-
"contentHash": "4U2fd7PexNKrK5ZqfqIcXZj9/lRRjFsLgA/pxuFQTuGQuLYP/+7yACz/j7EmWbEj/fspOf4mafi/vHIy/rKDzQ=="
13+
"requested": "[8.0.17, )",
14+
"resolved": "8.0.17",
15+
"contentHash": "x5/y4l8AtshpBOrCZdlE4txw8K3e3s9meBFeZeR3l8hbbku2V7kK6ojhXvrbjg1rk3G+JqL1BI26gtgc1ZrdUw=="
1616
},
1717
"System.IO.Abstractions": {
1818
"type": "Direct",

src/Configuration/Test/packages.lock.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,11 @@
325325
},
326326
"System.Diagnostics.DiagnosticSource": {
327327
"type": "Transitive",
328-
"resolved": "8.0.0",
329-
"contentHash": "c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ=="
328+
"resolved": "6.0.0",
329+
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
330+
"dependencies": {
331+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
332+
}
330333
},
331334
"System.Diagnostics.EventLog": {
332335
"type": "Transitive",

src/Configuration/packages.lock.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net8.0": {
55
"Microsoft.NET.ILLink.Tasks": {
66
"type": "Direct",
7-
"requested": "[8.0.14, )",
8-
"resolved": "8.0.14",
9-
"contentHash": "4U2fd7PexNKrK5ZqfqIcXZj9/lRRjFsLgA/pxuFQTuGQuLYP/+7yACz/j7EmWbEj/fspOf4mafi/vHIy/rKDzQ=="
7+
"requested": "[8.0.17, )",
8+
"resolved": "8.0.17",
9+
"contentHash": "x5/y4l8AtshpBOrCZdlE4txw8K3e3s9meBFeZeR3l8hbbku2V7kK6ojhXvrbjg1rk3G+JqL1BI26gtgc1ZrdUw=="
1010
},
1111
"Ardalis.GuardClauses": {
1212
"type": "Transitive",
@@ -250,8 +250,11 @@
250250
},
251251
"System.Diagnostics.DiagnosticSource": {
252252
"type": "Transitive",
253-
"resolved": "8.0.0",
254-
"contentHash": "c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ=="
253+
"resolved": "6.0.0",
254+
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
255+
"dependencies": {
256+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
257+
}
255258
},
256259
"System.IO.Abstractions": {
257260
"type": "Transitive",

src/Database/Api/packages.lock.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,11 @@
250250
},
251251
"System.Diagnostics.DiagnosticSource": {
252252
"type": "Transitive",
253-
"resolved": "8.0.0",
254-
"contentHash": "c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ=="
253+
"resolved": "6.0.0",
254+
"contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
255+
"dependencies": {
256+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
257+
}
255258
},
256259
"System.IO.Abstractions": {
257260
"type": "Transitive",

0 commit comments

Comments
 (0)