File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN install-tool docker v28.0.1
63
63
RUN install-tool dotnet 8.0.407
64
64
65
65
# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
66
- RUN install-tool flutter 3.29.1
66
+ RUN install-tool flutter 3.29.2
67
67
68
68
# renovate: datasource=github-releases packageName=fluxcd/flux2
69
69
RUN install-tool flux v2.5.1
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ FROM build AS testb
67
67
USER 12021
68
68
69
69
# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
70
- RUN install-tool flutter 3.29.1
70
+ RUN install-tool flutter 3.29.2
71
71
72
72
RUN set -ex; \
73
73
cd d; \
@@ -84,7 +84,7 @@ RUN chown -R 1001 .
84
84
USER 1001
85
85
86
86
# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
87
- RUN install-tool flutter 3.29.1
87
+ RUN install-tool flutter 3.29.2
88
88
89
89
RUN set -ex; \
90
90
cd d; \
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ ARG CONTAINERBASE_LOG_LEVEL
42
42
FROM base AS test-flutter
43
43
44
44
# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
45
- RUN install-tool flutter 3.29.1
45
+ RUN install-tool flutter 3.29.2
46
46
47
47
#--------------------------------------
48
48
# Image: final
You can’t perform that action at this time.
0 commit comments