Skip to content

Commit 1bd3a0a

Browse files
committed
Update Dockerfile to use .NET 10.0 runtime base image
Upgraded the runtime base image in the Dockerfile from .NET 9.0 to .NET 10.0 (mcr.microsoft.com/dotnet/aspnet:10.0) to ensure compatibility with the latest .NET runtime. No other changes were made. #53
1 parent a7ef822 commit 1bd3a0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base image for runtime
2-
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
2+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
33

44
# UID/GID passed during build (can also default to 1001)
55
ARG APP_UID=1001

0 commit comments

Comments
 (0)