Skip to content

Commit e826a15

Browse files
test(deps): update dependency flutter to v3.44.1
1 parent dc0db51 commit e826a15

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN install-tool devbox 0.17.2
6666
RUN install-tool dotnet 10.0.300
6767

6868
# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
69-
RUN install-tool flutter 3.44.0
69+
RUN install-tool flutter 3.44.1
7070

7171
# renovate: datasource=github-releases packageName=fluxcd/flux2
7272
RUN install-tool flux v2.8.8

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.44.0
70+
RUN install-tool flutter 3.44.1
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.44.0
87+
RUN install-tool flutter 3.44.1
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.44.0
45+
RUN install-tool flutter 3.44.1
4646

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

0 commit comments

Comments
 (0)