File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN install-tool devbox 0.16.0
6262RUN 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
6868RUN install-tool flux v2.7.5
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.41.1
70+ RUN install-tool flutter 3.41.2
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.41.1
87+ RUN install-tool flutter 3.41.2
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.41.1
45+ RUN install-tool flutter 3.41.2
4646
4747#--------------------------------------
4848# Image: final
You can’t perform that action at this time.
0 commit comments