Skip to content

Commit

Permalink
chore(deps): update patch-all (#1029)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 6730f10 commit 3b8b383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Applications/AdminApi/src/AdminApi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN dotnet publish /p:ContinuousIntegrationBuild=true /p:UseAppHost=false --no-r
RUN dotnet publish /p:ContinuousIntegrationBuild=true --configuration Release --output /app/publish/health "/src/Applications/HealthCheck/src/HealthCheck.csproj"

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

COPY Applications/AdminUi /src
WORKDIR /src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<PackageReference Include="Autofac" Version="8.2.0" />
<PackageReference Include="AWSSDK.S3" Version="3.7.412.2" />
<PackageReference Include="AWSSDK.S3" Version="3.7.412.3" />
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.3" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.23.0" />
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.20.0" />
Expand Down

0 comments on commit 3b8b383

Please sign in to comment.