Skip to content

Commit

Permalink
Update mcr.microsoft.com/azure-functions/dotnet:4 Docker digest to 64…
Browse files Browse the repository at this point in the history
…95a28 (#3208)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 2a101a0 commit bcf8239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.Health.Dicom.Functions.App/Docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azure-functions/dotnet:4@sha256:309d817ce2a548b2f62ee312c64a52ac6b1ce5027f1eb3060e5f1c014ca8a1b5 AS az-func-runtime
FROM mcr.microsoft.com/azure-functions/dotnet:4@sha256:6495a2837c109e76763dc499fe2170a83fdd6a2bfc28060b94ffc4e2db37eb2b AS az-func-runtime
ENV ASPNETCORE_URLS=http://+:8080 \
AzureWebJobsScriptRoot=/home/site/wwwroot \
LANG=en_US.UTF-8 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN cd /tools/uploader-function/src/DicomUploaderFunction && \

# To enable ssh & remote debugging on app service change the base image to the one below
# FROM mcr.microsoft.com/azure-functions/dotnet:4-appservice
FROM mcr.microsoft.com/azure-functions/dotnet:4@sha256:309d817ce2a548b2f62ee312c64a52ac6b1ce5027f1eb3060e5f1c014ca8a1b5
FROM mcr.microsoft.com/azure-functions/dotnet:4@sha256:6495a2837c109e76763dc499fe2170a83fdd6a2bfc28060b94ffc4e2db37eb2b
ENV AzureWebJobsScriptRoot=/home/site/wwwroot

COPY --from=installer-env ["/home/site/wwwroot", "/home/site/wwwroot"]

0 comments on commit bcf8239

Please sign in to comment.