Skip to content

Commit

Permalink
chore(deps): update ghcr.io/cirruslabs/flutter docker tag to v3.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 408d4b7 commit 6930a6b
Showing 1 changed file with 1 addition and 1 deletion.
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: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.24.4 AS flutter-build-env
FROM ghcr.io/cirruslabs/flutter:3.24.5 AS flutter-build-env

COPY Applications/AdminUi /src
WORKDIR /src
Expand Down

0 comments on commit 6930a6b

Please sign in to comment.