Skip to content

Commit a2ef59f

Browse files
Bump dotnet/sdk in /src/WebApi (#18)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ade193c commit a2ef59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebApi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use Microsoft's official build .NET image
22
# https://hub.docker.com/_/microsoft-dotnet-sdk
3-
FROM mcr.microsoft.com/dotnet/sdk:9.0.303-alpine3.21 AS build
3+
FROM mcr.microsoft.com/dotnet/sdk:9.0.304-alpine3.21 AS build
44
WORKDIR /app
55

66
# Copy csproj and restore as distinct layers

0 commit comments

Comments
 (0)