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 1313# limitations under the License.
1414
1515# https://mcr.microsoft.com/product/dotnet/sdk
16- FROM mcr.microsoft.com/dotnet/sdk:8 .0.401 -noble@sha256:d37cbb248b78027e3f149ea422bc9dc3bbf5b8c47bd1150e14c9849462235e91 AS builder
16+ FROM mcr.microsoft.com/dotnet/sdk:9 .0.305 -noble@sha256:604ef064c6d91068eeb9d946036d8ffadbe25589c4cd77a230fc96e0f6d01d72 AS builder
1717WORKDIR /app
1818COPY cartservice.csproj .
1919RUN dotnet restore cartservice.csproj \
@@ -29,7 +29,7 @@ RUN dotnet publish cartservice.csproj \
2929 -o /cartservice
3030
3131# https://mcr.microsoft.com/product/dotnet/runtime-deps
32- FROM mcr.microsoft.com/dotnet/runtime-deps:8 .0.8 -noble-chiseled@sha256:3cb2df1c71b529442df921684a4ab27699d986bfa1558caf336501e224c56ee5
32+ FROM mcr.microsoft.com/dotnet/runtime-deps:9 .0.9 -noble-chiseled@sha256:ef120bd54269271d0c64101d81df3e754345a17fac1ca3925159e451f7c36036
3333
3434WORKDIR /app
3535COPY --from=builder /cartservice .
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM mcr.microsoft.com/dotnet/sdk:8 .0@sha256:c9966505b18c198b7b5000b07ec3c7102bc257de580be270ce39ec278d549ef8 AS build
15+ FROM mcr.microsoft.com/dotnet/sdk:10 .0@sha256:331344301c39a342ca0c42cb8a9cf1448a3c5a4aa609b8d524f8e3c6725886b3 AS build
1616WORKDIR /app
1717COPY . .
1818RUN dotnet restore cartservice.csproj
Original file line number Diff line number Diff line change 77 <ItemGroup >
88 <PackageReference Include =" Grpc.AspNetCore" Version =" 2.65.0" />
99 <PackageReference Include =" Grpc.HealthCheck" Version =" 2.65.0" />
10- <PackageReference Include =" Microsoft.Extensions.Caching.StackExchangeRedis" Version =" 8 .0.8 " />
10+ <PackageReference Include =" Microsoft.Extensions.Caching.StackExchangeRedis" Version =" 9 .0.9 " />
1111 <PackageReference Include =" Google.Cloud.Spanner.Data" Version =" 4.6.0" />
1212 <PackageReference Include =" Npgsql" Version =" 8.0.3" />
1313 <PackageReference Include =" Google.Cloud.SecretManager.V1" Version =" 2.5.0" />
You can’t perform that action at this time.
0 commit comments