Skip to content

Update mcr.microsoft.com/dotnet/runtime Docker digest to 9563e81 #266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sources/cosmosdb/cosmosdb-ffcf-reactivator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY . ./
RUN dotnet publish -o out


FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/runtime@sha256:437cda84bdce26ce074d88b63abeec567c7226d73e8b911605077468e1d5c8d5
FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/runtime@sha256:9563e814250fef5dde24cd68916878ef5faa8f993bf99a06db1c947f23217996

WORKDIR /app
COPY --from=build-env /app/out .
Expand Down
Loading