Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN install-tool docker v27.2.1
RUN install-tool dotnet 8.0.401

# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
RUN install-tool flutter 3.24.2
RUN install-tool flutter 3.24.3

# renovate: datasource=github-releases packageName=fluxcd/flux2
RUN install-tool flux v2.3.0
Expand Down
4 changes: 2 additions & 2 deletions test/flutter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ FROM build AS testb
USER 1000

# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
RUN install-tool flutter 3.24.2
RUN install-tool flutter 3.24.3

RUN set -ex; \
cd d; \
Expand All @@ -84,7 +84,7 @@ RUN chown -R 1001 .
USER 1001

# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
RUN install-tool flutter 3.24.2
RUN install-tool flutter 3.24.3

RUN set -ex; \
cd d; \
Expand Down
2 changes: 1 addition & 1 deletion test/flutter/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-flutter

# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
RUN install-tool flutter 3.24.2
RUN install-tool flutter 3.24.3

#--------------------------------------
# Image: final
Expand Down