Skip to content

Commit 0da4af7

Browse files
authored
Merge pull request #4 from Skyfall1235/dependabot/docker/src/RandomAPI/dotnet/aspnet-10.0
Bump dotnet/aspnet from 8.0 to 10.0 in /src/RandomAPI
2 parents dbe870e + f55b0ec commit 0da4af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RandomAPI/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 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.
22

33
# This stage is used when running from VS in fast mode (Default for Debug configuration)
4-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
4+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
55
USER $APP_UID
66
WORKDIR /app
77
EXPOSE 8080

0 commit comments

Comments
 (0)