Skip to content

Commit dbe870e

Browse files
authored
Merge pull request #3 from Skyfall1235/dependabot/docker/src/RandomAPI/dotnet/sdk-10.0
Bump dotnet/sdk from 8.0 to 10.0 in /src/RandomAPI
2 parents 08db0df + 78c856f commit dbe870e

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
@@ -9,7 +9,7 @@ EXPOSE 8081
99

1010

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

0 commit comments

Comments
 (0)