We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2df26 commit d1b6c44Copy full SHA for d1b6c44
sources/cosmosdb/cosmosdb-ffcf-reactivator/Dockerfile
@@ -23,7 +23,7 @@ COPY . ./
23
RUN dotnet publish -o out
24
25
26
-FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/runtime@sha256:437cda84bdce26ce074d88b63abeec567c7226d73e8b911605077468e1d5c8d5
+FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/runtime@sha256:9563e814250fef5dde24cd68916878ef5faa8f993bf99a06db1c947f23217996
27
28
WORKDIR /app
29
COPY --from=build-env /app/out .
0 commit comments