Skip to content

Commit

Permalink
Bump dotnet/sdk from 8.0.300 to 8.0.302-1 in /DragaliaAPI/DragaliaAPI (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 23, 2024
1 parent 0e50da9 commit 03678b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragaliaAPI/DragaliaAPI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ USER app
EXPOSE 8080
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.300 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-1 AS build
WORKDIR /src
COPY ["DragaliaAPI/DragaliaAPI.MissionDesigner/DragaliaAPI.MissionDesigner.csproj", "DragaliaAPI/DragaliaAPI.MissionDesigner/"]
COPY ["DragaliaAPI/DragaliaAPI.MasterAssetConverter/DragaliaAPI.MasterAssetConverter.csproj", "DragaliaAPI/DragaliaAPI.MasterAssetConverter/"]
Expand Down

0 comments on commit 03678b6

Please sign in to comment.