From 622e5b4a26e88d73151243073479eac633ba3f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:30:15 +0000 Subject: [PATCH] Bump dotnet/aspnet in /source/AAS.TwinEngine.DataEngine Bumps dotnet/aspnet from 8.0-alpine to 10.0-alpine. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: 10.0-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/AAS.TwinEngine.DataEngine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/AAS.TwinEngine.DataEngine/Dockerfile b/source/AAS.TwinEngine.DataEngine/Dockerfile index d770afaf..6780c742 100644 --- a/source/AAS.TwinEngine.DataEngine/Dockerfile +++ b/source/AAS.TwinEngine.DataEngine/Dockerfile @@ -5,7 +5,7 @@ COPY ["AAS.TwinEngine.DataEngine/", "AAS.TwinEngine.DataEngine/"] RUN dotnet restore "AAS.TwinEngine.DataEngine/AAS.TwinEngine.DataEngine.csproj" RUN dotnet publish "AAS.TwinEngine.DataEngine/AAS.TwinEngine.DataEngine.csproj" -c "$BUILD_CONFIGURATION" -o out -FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:a0ce42fe86548363a9602c47fc3bd4cf9c35a2705c68cd98d7ce18ae8735b83c +FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine@sha256:961ef553f5b47185707ef693f9103004ea98cf022ce826cc8aacd5da29c93a46 USER app WORKDIR /App COPY --from=build /App/out .