Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(deps): update dependency flutter to v3.24.5 (main) #3607

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN install-tool docker v27.3.1
RUN install-tool dotnet 8.0.404

# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
RUN install-tool flutter 3.24.4
RUN install-tool flutter 3.24.5

# renovate: datasource=github-releases packageName=fluxcd/flux2
RUN install-tool flux v2.4.0
Expand Down
4 changes: 2 additions & 2 deletions test/flutter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ FROM build AS testb
USER 12021

# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
RUN install-tool flutter 3.24.4
RUN install-tool flutter 3.24.5

RUN set -ex; \
cd d; \
Expand All @@ -84,7 +84,7 @@ RUN chown -R 1001 .
USER 1001

# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
RUN install-tool flutter 3.24.4
RUN install-tool flutter 3.24.5

RUN set -ex; \
cd d; \
Expand Down
2 changes: 1 addition & 1 deletion test/flutter/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-flutter

# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
RUN install-tool flutter 3.24.4
RUN install-tool flutter 3.24.5

#--------------------------------------
# Image: final
Expand Down
Loading