Skip to content

Commit 0d3b8cf

Browse files
chore(deps): update dotnet monorepo to v10
1 parent 0895c62 commit 0d3b8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

umatiGateway/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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
88
EXPOSE 8081
99

1010

1111
# This stage is used to build the service project
12-
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
12+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
1313
ARG BUILD_CONFIGURATION=Release
1414
WORKDIR /src
1515
COPY ["umatiGateway/umatiGateway.csproj", "umatiGateway/"]

0 commit comments

Comments
 (0)