Skip to content

Commit

Permalink
chore(deps): update ghcr.io/cirruslabs/android-sdk docker tag to v35 (#…
Browse files Browse the repository at this point in the history
…1065)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Timo Notheisen <[email protected]>
  • Loading branch information
renovate[bot] and tnotheis authored Mar 3, 2025
1 parent e908651 commit d1de437
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 @@ -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/android-sdk:34 AS flutter-build-env
FROM ghcr.io/cirruslabs/android-sdk:35 AS flutter-build-env

USER root

Expand Down

0 comments on commit d1de437

Please sign in to comment.