Skip to content

Commit

Permalink
chore(deps): update ghcr.io/cirruslabs/flutter docker tag to v3.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2024
1 parent 4c17fd8 commit d876b36
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: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.0 AS flutter-build-env
FROM ghcr.io/cirruslabs/flutter:3.24.1 AS flutter-build-env

COPY Applications/AdminUi /src
WORKDIR /src
Expand Down

0 comments on commit d876b36

Please sign in to comment.