File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
converter/dicom-cast/src/Microsoft.Health.DicomCast.Hosting
Microsoft.Health.Dicom.Functions.App/Docker
Microsoft.Health.Dicom.Web
tools/uploader-function/src/DicomUploaderFunction Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Define the "runtime" image which will run DICOMcast
2- FROM mcr.microsoft.com/dotnet/aspnet:8.0.1 -alpine3.18-amd64@sha256:b72d219b91c5320b743edcbc31746bf152aaa850884befe5e9d87095d6bd483f AS runtime
2+ FROM mcr.microsoft.com/dotnet/aspnet:8.0.2 -alpine3.18-amd64@sha256:c8c3e7e5ae616527d87131e681ff5400eb2e603f5f69e485cf764f8fc1a64ac5 AS runtime
33USER $APP_UID
44
55# Copy the DICOMcast project and build it
6- FROM mcr.microsoft.com/dotnet/sdk:8.0.101 -alpine3.18-amd64@sha256:678ef915d8938fab29b30462188271b885ad389ba9f5887b0018b5cf1bebac7a AS build
6+ FROM mcr.microsoft.com/dotnet/sdk:8.0.200 -alpine3.18-amd64@sha256:c953a02531ad0befc07fdbc80a82437c2476aaa6228fca6023e93006e09e5939 AS build
77ARG BUILD_CONFIGURATION=Release
88ARG CONTINUOUS_INTEGRATION_BUILD=false
99WORKDIR /dicom-server
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8.0.101 "
3+ "version" : " 8.0.200 "
44 }
55}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ USER nonroot
1010EXPOSE 8080
1111
1212# Copy the DICOM Server repository and build the Azure Functions project
13- FROM mcr.microsoft.com/dotnet/sdk:8.0.101 -alpine3.18-amd64@sha256:678ef915d8938fab29b30462188271b885ad389ba9f5887b0018b5cf1bebac7a AS build
13+ FROM mcr.microsoft.com/dotnet/sdk:8.0.200 -alpine3.18-amd64@sha256:c953a02531ad0befc07fdbc80a82437c2476aaa6228fca6023e93006e09e5939 AS build
1414ARG BUILD_CONFIGURATION=Release
1515ARG CONTINUOUS_INTEGRATION_BUILD=false
1616
Original file line number Diff line number Diff line change 11# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
22
33# Define the "runtime" image which will run the DICOM Server
4- FROM mcr.microsoft.com/dotnet/aspnet:8.0.1 -alpine3.18-amd64@sha256:b72d219b91c5320b743edcbc31746bf152aaa850884befe5e9d87095d6bd483f AS runtime
4+ FROM mcr.microsoft.com/dotnet/aspnet:8.0.2 -alpine3.18-amd64@sha256:c8c3e7e5ae616527d87131e681ff5400eb2e603f5f69e485cf764f8fc1a64ac5 AS runtime
55RUN set -x && \
66 # See https://www.abhith.net/blog/docker-sql-error-on-aspnet-core-alpine/
77 apk update && \
@@ -15,7 +15,7 @@ EXPOSE 8080
1515USER $APP_UID
1616
1717# Copy the DICOM Server project and build it
18- FROM mcr.microsoft.com/dotnet/sdk:8.0.101 -alpine3.18-amd64@sha256:678ef915d8938fab29b30462188271b885ad389ba9f5887b0018b5cf1bebac7a AS build
18+ FROM mcr.microsoft.com/dotnet/sdk:8.0.200 -alpine3.18-amd64@sha256:c953a02531ad0befc07fdbc80a82437c2476aaa6228fca6023e93006e09e5939 AS build
1919ARG BUILD_CONFIGURATION=Release
2020ARG CONTINUOUS_INTEGRATION_BUILD=false
2121
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:8.0.101 -alpine3.18-amd64@sha256:678ef915d8938fab29b30462188271b885ad389ba9f5887b0018b5cf1bebac7a AS installer-env
1+ FROM mcr.microsoft.com/dotnet/sdk:8.0.200 -alpine3.18-amd64@sha256:c953a02531ad0befc07fdbc80a82437c2476aaa6228fca6023e93006e09e5939 AS installer-env
22
33RUN set -x && \
44 apk update && \
You can’t perform that action at this time.
0 commit comments