Skip to content

Commit

Permalink
Bump dotnet/sdk in /WorkWithTelemetryInDotNET/OrderService (#1420)
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 8.0-jammy to 8.0.101-jammy.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 16, 2024
1 parent c9fa6b4 commit ac0e6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WorkWithTelemetryInDotNET/OrderService/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled AS base
USER $APP_UID
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.101-jammy AS build
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["OrderService/OrderService.csproj", "OrderService/"]
Expand Down

0 comments on commit ac0e6c9

Please sign in to comment.