Skip to content

Commit 6c15872

Browse files
Bump dotnet/sdk in /app in the ci group (#177)
Bumps the ci group in /app with 1 update: dotnet/sdk. Updates `dotnet/sdk` from 9.0.201-noble to 9.0.202-noble --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 666b229 commit 6c15872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://mcr.microsoft.com/product/dotnet/sdk
22
# https://mcr.microsoft.com/v2/dotnet/sdk/tags/list
3-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.201-noble AS builder
3+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.202-noble AS builder
44
ARG TARGETARCH
55
WORKDIR /app
66
COPY my-sample-app.csproj .

0 commit comments

Comments
 (0)