Skip to content

Commit f7a6130

Browse files
test(deps): update dependency flutter to v3.29.2 (main) (#4254)
test(deps): update dependency flutter to v3.29.2 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7dd853 commit f7a6130

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN install-tool docker v28.0.1
6363
RUN install-tool dotnet 8.0.407
6464

6565
# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
66-
RUN install-tool flutter 3.29.1
66+
RUN install-tool flutter 3.29.2
6767

6868
# renovate: datasource=github-releases packageName=fluxcd/flux2
6969
RUN install-tool flux v2.5.1

test/flutter/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ FROM build AS testb
6767
USER 12021
6868

6969
# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
70-
RUN install-tool flutter 3.29.1
70+
RUN install-tool flutter 3.29.2
7171

7272
RUN set -ex; \
7373
cd d; \
@@ -84,7 +84,7 @@ RUN chown -R 1001 .
8484
USER 1001
8585

8686
# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
87-
RUN install-tool flutter 3.29.1
87+
RUN install-tool flutter 3.29.2
8888

8989
RUN set -ex; \
9090
cd d; \

test/flutter/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ARG CONTAINERBASE_LOG_LEVEL
4242
FROM base AS test-flutter
4343

4444
# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
45-
RUN install-tool flutter 3.29.1
45+
RUN install-tool flutter 3.29.2
4646

4747
#--------------------------------------
4848
# Image: final

0 commit comments

Comments
 (0)