File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Microsoft.Health.Dicom.Functions.App/Docker
tools/uploader-function/src/DicomUploaderFunction Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/azure-functions/dotnet:4@sha256:c34f66eb1ebb8bedd510f4205938db7266e75b2c372cfe6789b3b824957e492e AS az-func-runtime
1
+ FROM mcr.microsoft.com/azure-functions/dotnet:4@sha256:125fc7d5f7b1aff5f2f5e5a1cde3318e89c745fb40e5c25df4670aa297cec756 AS az-func-runtime
2
2
ENV ASPNETCORE_URLS=http://+:8080 \
3
3
AzureWebJobsScriptRoot=/home/site/wwwroot \
4
4
LANG=en_US.UTF-8 \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN cd /tools/uploader-function/src/DicomUploaderFunction && \
14
14
15
15
# To enable ssh & remote debugging on app service change the base image to the one below
16
16
# FROM mcr.microsoft.com/azure-functions/dotnet:4-appservice
17
- FROM mcr.microsoft.com/azure-functions/dotnet:4@sha256:c34f66eb1ebb8bedd510f4205938db7266e75b2c372cfe6789b3b824957e492e
17
+ FROM mcr.microsoft.com/azure-functions/dotnet:4@sha256:125fc7d5f7b1aff5f2f5e5a1cde3318e89c745fb40e5c25df4670aa297cec756
18
18
ENV AzureWebJobsScriptRoot=/home/site/wwwroot
19
19
20
20
COPY --from=installer-env ["/home/site/wwwroot" , "/home/site/wwwroot" ]
You can’t perform that action at this time.
0 commit comments