File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN install-tool devbox 0.17.2
6666RUN 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
7272RUN install-tool flux v2.8.8
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ FROM build AS testb
6767USER 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
7272RUN set -ex; \
7373 cd d; \
@@ -84,7 +84,7 @@ RUN chown -R 1001 .
8484USER 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
8989RUN set -ex; \
9090 cd d; \
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ ARG CONTAINERBASE_LOG_LEVEL
4242FROM 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
You can’t perform that action at this time.
0 commit comments