Skip to content

Commit b6532f4

Browse files
authored
Merge branch 'develop' into AI-382
Signed-off-by: Neil South <[email protected]>
2 parents 87197e3 + 79c3e53 commit b6532f4

File tree

8 files changed

+3
-2
lines changed

8 files changed

+3
-2
lines changed

Dockerfile

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

40+
RUN rm -rf /var/lib/apt/lists
4141

4242

4343
WORKDIR /opt/monai/ig

doc/dependency_decisions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@
583583
- Microsoft.NET.ILLink.Tasks
584584
- :versions:
585585
- 8.0.0
586+
- 8.0.1
586587
:when: 2022-10-14T23:37:16.793Z
587588
:who: mocsharp
588589
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
@@ -1775,4 +1776,4 @@
17751776
- 7.0.0
17761777
:when: 2023-08-10T20:50:14.759Z
17771778
:who: mocsharp
1778-
:why: MIT (https://raw.githubusercontent.com/dotnet/runtime/main/LICENSE.TXT)
1779+
:why: MIT (https://raw.githubusercontent.com/dotnet/runtime/main/LICENSE.TXT)

src/Client/packages.lock.json

100644100755
File mode changed.

src/Database/Api/packages.lock.json

100644100755
File mode changed.

src/Database/EntityFramework/Test/packages.lock.json

100644100755
File mode changed.

src/Database/MongoDB/Integration.Test/packages.lock.json

100644100755
File mode changed.

src/Database/packages.lock.json

100644100755
File mode changed.

src/Plug-ins/RemoteAppExecution/Test/packages.lock.json

100644100755
File mode changed.

0 commit comments

Comments
 (0)