Skip to content

Commit 39a0861

Browse files
Merge pull request #248 from GNimrodG/dependabot/docker/smo-backend/dotnet/sdk-10.0
2 parents 7e98ad4 + 98733f1 commit 39a0861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smo-backend/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ USER $APP_UID
1111
WORKDIR /app
1212
EXPOSE 3000
1313

14-
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
14+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
1515
ARG BUILD_CONFIGURATION=Release
1616
WORKDIR /src
1717
COPY ["./smo-backend.csproj", "./"]

0 commit comments

Comments
 (0)