File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM mcr.microsoft.com/dotnet/sdk:8 .0-jammy as build
15
+ FROM mcr.microsoft.com/dotnet/sdk:6 .0-jammy as build
16
16
17
17
# Install the tools
18
18
RUN dotnet tool install --tool-path /tools dotnet-trace
@@ -36,12 +36,9 @@ ENV DEBIAN_FRONTEND=noninteractive
36
36
RUN apt-get clean \
37
37
&& apt-get update \
38
38
&& apt-get install -y --no-install-recommends curl \
39
- && apt-get install -y libc6-dev=2.35-0ubuntu3.6 \
39
+ && apt-get install -y libc6-dev=2.35-0ubuntu3.7 \
40
40
&& rm -rf /var/lib/apt/lists # this is a workaround for Mongo encryption library
41
41
42
-
43
-
44
-
45
42
WORKDIR /opt/monai/ig
46
43
47
44
RUN chown -R appuser:appuser /opt/monai/ig
You can’t perform that action at this time.
0 commit comments