Skip to content

Commit

Permalink
Merge branch 'main' into NMSHDB-198-Problem-when-specifying-non-exist…
Browse files Browse the repository at this point in the history
…ent-Identity-Client-Tier-ID-in-URL
  • Loading branch information
mergify[bot] authored Sep 13, 2024
2 parents 42236c6 + 2d8b7cd commit 04a05f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Applications/AdminApi/src/AdminApi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN dotnet publish /p:UseAppHost=false --no-restore --configuration Release --ou
RUN dotnet publish --configuration Release --output /app/publish/health "/src/Applications/HealthCheck/src/HealthCheck.csproj"

#### Build Flutter Admin UI ####
FROM ghcr.io/cirruslabs/flutter:3.24.2 AS flutter-build-env
FROM ghcr.io/cirruslabs/flutter:3.24.3 AS flutter-build-env

COPY Applications/AdminUi /src
WORKDIR /src
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="SimpleBase" Version="4.0.0" />
<PackageReference Include="SimpleBase" Version="4.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="FirebaseAdmin" Version="3.0.0" />
<PackageReference Include="FirebaseAdmin" Version="3.0.1" />
<PackageReference Include="JWT" Version="10.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.8" />
Expand Down

0 comments on commit 04a05f9

Please sign in to comment.