Skip to content

Commit 73a1f18

Browse files
test(deps): update dependency flutter to v3.41.2 (main) (#6015)
test(deps): update dependency flutter to v3.41.2 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ee1e2b commit 73a1f18

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
@@ -62,7 +62,7 @@ RUN install-tool devbox 0.16.0
6262
RUN install-tool dotnet 10.0.103
6363

6464
# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
65-
RUN install-tool flutter 3.41.1
65+
RUN install-tool flutter 3.41.2
6666

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

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.41.1
70+
RUN install-tool flutter 3.41.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.41.1
87+
RUN install-tool flutter 3.41.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.41.1
45+
RUN install-tool flutter 3.41.2
4646

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

0 commit comments

Comments
 (0)