Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump dotnet/sdk in /src/WebApi
Bumps dotnet/sdk from 9.0.303-alpine3.21 to 9.0.304-alpine3.21.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-version: 9.0.304-alpine3.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2025
commit dfbf8ce7ee8e07c33cdbb800ff7935d53bad40ca
2 changes: 1 addition & 1 deletion src/WebApi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use Microsoft's official build .NET image
# https://hub.docker.com/_/microsoft-dotnet-sdk
FROM mcr.microsoft.com/dotnet/sdk:9.0.303-alpine3.21 AS build
FROM mcr.microsoft.com/dotnet/sdk:9.0.304-alpine3.21 AS build
WORKDIR /app

# Copy csproj and restore as distinct layers
Expand Down