Skip to content

Commit de1bf25

Browse files
chore(deps): update mcr.microsoft.com/dotnet/aspnet docker tag to v10
1 parent 0895c62 commit de1bf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umatiGateway/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:9.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)