File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.308 " ,
3+ "version" : " 9.0.310 " ,
44 "rollForward" : " latestPatch" ,
55 "allowPrerelease" : false
66 }
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-noble@sha256:78807c5f4b1e80a9ea569b01e1a300eabc2403e636226bfff58df21c6aa0b5b5 AS build
1+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-noble@sha256:456b5992e31d4398c5ed4b2ca0b6376f940c4098b1053f14f46f8883e9c2b58d AS build
22
33ARG TARGETARCH
44ARG PACKAGE_VERSION
@@ -14,7 +14,7 @@ COPY Valleysoft.Dredge.Analyzers/ Valleysoft.Dredge.Analyzers/
1414RUN dotnet publish Valleysoft.Dredge/*.csproj -f net9.0 -o /app -a $TARGETARCH --no-self-contained /p:Version=$PACKAGE_VERSION --no-restore
1515
1616
17- FROM mcr.microsoft.com/dotnet/runtime:9.0-noble-chiseled@sha256:f77712b2b3cf63530d0fd5d3d41345471b6086066373be146eae5a8fe49200b6
17+ FROM mcr.microsoft.com/dotnet/runtime:9.0-noble-chiseled@sha256:e62c3317243d1e55a5192f4015b63dc427b58e0f0de260119c17fde10f8ddc90
1818WORKDIR /app
1919COPY --from=build /app .
2020ENTRYPOINT ["./dredge" ]
Original file line number Diff line number Diff line change 4141 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4" />
4242 <PackageReference Include =" SharpZipLib" Version =" 1.4.2" />
4343 <PackageReference Include =" Spectre.Console" Version =" 0.49.1" />
44- <PackageReference Include =" System.CommandLine" Version =" 2.0.2 " />
44+ <PackageReference Include =" System.CommandLine" Version =" 2.0.3 " />
4545 <PackageReference Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
4646 <PackageReference Include =" Valleysoft.DockerCredsProvider" Version =" 2.2.4" />
4747 <PackageReference Include =" Valleysoft.DockerfileModel" Version =" 1.2.0" />
You can’t perform that action at this time.
0 commit comments