Skip to content

Commit

Permalink
Bump the docker group in /PhotonStateManager/DragaliaAPI.Photon.State…
Browse files Browse the repository at this point in the history
…Manager with 2 updates (#1023)
  • Loading branch information
dependabot[bot] authored Aug 18, 2024
1 parent 7c8c60f commit 5615fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PhotonStateManager/DragaliaAPI.Photon.StateManager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.7-jammy-chiseled AS base
FROM mcr.microsoft.com/dotnet/aspnet:8.0.8-jammy-chiseled AS base
USER app
EXPOSE 8080
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.303 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
WORKDIR /src
COPY ["PhotonStateManager/DragaliaAPI.Photon.StateManager/DragaliaAPI.Photon.StateManager.csproj", "PhotonStateManager/DragaliaAPI.Photon.StateManager/"]
COPY ["PhotonStateManager/Directory.Build.props", "."]
Expand Down

0 comments on commit 5615fcd

Please sign in to comment.