Skip to content

Commit 8f56734

Browse files
chore(deps): update dotnet monorepo
1 parent 3e86a5d commit 8f56734

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/cartservice/src/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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
1717
WORKDIR /app
1818
COPY cartservice.csproj .
1919
RUN 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

3434
WORKDIR /app
3535
COPY --from=builder /cartservice .

src/cartservice/src/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
1616
WORKDIR /app
1717
COPY . .
1818
RUN dotnet restore cartservice.csproj

src/cartservice/src/cartservice.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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" />

0 commit comments

Comments
 (0)