Skip to content

Commit 2917a7c

Browse files
Bump the ci group in /app with 2 updates (#178)
Bumps the ci group in /app with 2 updates: dotnet/sdk and dotnet/runtime-deps. Updates `dotnet/sdk` from 9.0.202-noble to 9.0.203-noble Updates `dotnet/runtime-deps` from 9.0.3-noble-chiseled to 9.0.4-noble-chiseled --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 9.0.203-noble dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: dotnet/runtime-deps dependency-version: 9.0.4-noble-chiseled dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c15872 commit 2917a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Dockerfile

Lines changed: 2 additions & 2 deletions
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.202-noble AS builder
3+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.203-noble AS builder
44
ARG TARGETARCH
55
WORKDIR /app
66
COPY my-sample-app.csproj .
@@ -15,7 +15,7 @@ RUN dotnet publish my-sample-app.csproj \
1515

1616
# https://mcr.microsoft.com/product/dotnet/runtime-deps
1717
# https://mcr.microsoft.com/v2/dotnet/runtime-deps/tags/list
18-
FROM mcr.microsoft.com/dotnet/runtime-deps:9.0.3-noble-chiseled
18+
FROM mcr.microsoft.com/dotnet/runtime-deps:9.0.4-noble-chiseled
1919
WORKDIR /app
2020
COPY --from=builder /my-sample-app .
2121
EXPOSE 8080

0 commit comments

Comments
 (0)