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 @@ -63,7 +63,7 @@ RUN install-tool docker v28.3.2
63
63
RUN install-tool dotnet 8.0.412
64
64
65
65
# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
66
- RUN install-tool flutter 3.32.6
66
+ RUN install-tool flutter 3.32.7
67
67
68
68
# renovate: datasource=github-releases packageName=fluxcd/flux2
69
69
RUN install-tool flux v2.6.4
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.32.6
70
+ RUN install-tool flutter 3.32.7
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.32.6
87
+ RUN install-tool flutter 3.32.7
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.32.6
45
+ RUN install-tool flutter 3.32.7
46
46
47
47
#--------------------------------------
48
48
# Image: final
You can’t perform that action at this time.
0 commit comments