Skip to content

Commit 3cadfc5

Browse files
Bump dotnet in /app in the ci group (#259)
Bumps the ci group in /app with 1 update: dotnet. Updates `dotnet` from 10.0.8-alpine3.23 to 10.0.9-alpine3.23 --- updated-dependencies: - dependency-name: dotnet dependency-version: 10.0.9-alpine3.23 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 a421002 commit 3cadfc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM dhi.io/dotnet:10.0.108-sdk-alpine3.23 AS builder
1+
FROM --platform=$BUILDPLATFORM dhi.io/dotnet:10.0.204-sdk-alpine3.23 AS builder
22
ARG TARGETARCH
33
WORKDIR /app
44
COPY my-sample-app.csproj .
@@ -11,7 +11,7 @@ RUN dotnet publish my-sample-app.csproj \
1111
-o /my-sample-app \
1212
--no-restore
1313

14-
FROM dhi.io/dotnet:10.0.8-alpine3.23
14+
FROM dhi.io/dotnet:10.0.9-alpine3.23
1515
WORKDIR /app
1616
COPY --from=builder /my-sample-app .
1717
EXPOSE 8080

0 commit comments

Comments
 (0)