From 6ab22861d932eee89b5d77544bdaf52228c0b8c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 20:36:08 +0000 Subject: [PATCH] Bump the major-minor-patch group Bumps the major-minor-patch group in /source/AAS.TwinEngine.DataEngine with 2 updates: dotnet/sdk and dotnet/aspnet. Updates `dotnet/sdk` from 8.0 to 10.0 Updates `dotnet/aspnet` from 8.0-alpine to 10.0-alpine --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: '10.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-minor-patch - dependency-name: dotnet/aspnet dependency-version: 10.0-alpine dependency-type: direct:production dependency-group: major-minor-patch ... Signed-off-by: dependabot[bot] --- source/AAS.TwinEngine.DataEngine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/AAS.TwinEngine.DataEngine/Dockerfile b/source/AAS.TwinEngine.DataEngine/Dockerfile index c7a91b5c..afa9374a 100644 --- a/source/AAS.TwinEngine.DataEngine/Dockerfile +++ b/source/AAS.TwinEngine.DataEngine/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:aa05b91be697b83229cb000b90120f0783604ad74ed92a0b45cdf3d1a9c873de AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0@sha256:478b9038d187e5b5c29bfa8173ded5d29e864b5ad06102a12106380ee01e2e49 AS build # Install CycloneDX SBOM Generator Package RUN dotnet tool install --global CycloneDX --version 5.5.0 ENV PATH="$PATH:/root/.dotnet/tools" @@ -16,7 +16,7 @@ FROM scratch AS app-sbom-artifact COPY --from=build /App/sbom/bom.xml /sbom_application.cyclonedx.xml # Create final image containing application -FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:a0ce42fe86548363a9602c47fc3bd4cf9c35a2705c68cd98d7ce18ae8735b83c +FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine@sha256:49dce27611d8fe4fbe50483ea9438abd18ccb0198d0737af231335244d0c9b94 USER app WORKDIR /App COPY --from=build /App/out .