Skip to content

Commit

Permalink
fix(deps): update patch-all
Browse files Browse the repository at this point in the history
renovate[bot] authored Sep 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ac2b88a commit 2d8b7cd
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
@@ -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

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>
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" />

0 comments on commit 2d8b7cd

Please sign in to comment.