Commit d64971a 1 parent 80146ce commit d64971a Copy full SHA for d64971a
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0@sha256:0a55184c1bea8da25a6b9ff0333f5e72aca18a4e76c85e8bcec3ebcf789f1bed AS build
1
+ FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0@sha256:071e407b3f629d9cb884d10a6d99ef9012e02149e61dd41746657648ba292da4 AS build
2
2
WORKDIR /app
3
3
COPY . .
4
4
RUN dotnet publish -c Release -o out \
@@ -10,7 +10,7 @@ RUN dotnet publish -c Release -o out \
10
10
-p:PublishSingleFile=true \
11
11
./src/Microsoft.ComponentDetection
12
12
13
- FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-cbl-mariner2.0@sha256:150acf1b3bcda669d82f069c92eb846937661c79314d1b53154a8787934b5911 AS runtime
13
+ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-cbl-mariner2.0@sha256:a2e008628fbcd24e8c502eb8b4545d0fcbe4475dc76da1978cde8ccf9bde6ecc AS runtime
14
14
WORKDIR /app
15
15
COPY --from=build /app/out ./
16
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 6.0.422 " ,
3
+ "version" : " 6.0.424 " ,
4
4
"rollForward" : " latestMinor"
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments