Skip to content

Commit b368e65

Browse files
authored
Merge pull request #289 from bjschafer/dependabot/docker/api/dotnet/sdk-10.0.101
chore(deps): bump dotnet/sdk from 8.0.401 to 10.0.101 in /api
2 parents 7944177 + 97024f7 commit b368e65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443
55

6-
FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:10.0.101 AS build
77
WORKDIR /src
88
COPY ["api.csproj", "."]
99
RUN dotnet restore "api.csproj"

0 commit comments

Comments
 (0)