From f55b0ecca8ddebcab0a7cdc83f91232e9a986452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 09:35:18 +0000 Subject: [PATCH] Bump dotnet/aspnet from 8.0 to 10.0 in /src/RandomAPI Bumps dotnet/aspnet from 8.0 to 10.0. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: '10.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/RandomAPI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RandomAPI/Dockerfile b/src/RandomAPI/Dockerfile index 0387f45..d90a72d 100644 --- a/src/RandomAPI/Dockerfile +++ b/src/RandomAPI/Dockerfile @@ -1,7 +1,7 @@ # See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. # This stage is used when running from VS in fast mode (Default for Debug configuration) -FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base USER $APP_UID WORKDIR /app EXPOSE 8080