Skip to content

Commit

Permalink
test(deps): update dependency flutter to v3.27.0 (main) (#3792)
Browse files Browse the repository at this point in the history
test(deps): update dependency flutter to v3.27.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 3a72b96 commit c65fdeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN install-tool docker v27.4.0
RUN install-tool dotnet 8.0.404

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

# 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.5
RUN install-tool flutter 3.27.0

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.5
RUN install-tool flutter 3.27.0

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.5
RUN install-tool flutter 3.27.0

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

0 comments on commit c65fdeb

Please sign in to comment.