Skip to content

Commit

Permalink
test(deps): update dependency flutter to v3.16.7 (#1979)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent d06cec4 commit 0b5b705
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN install-tool docker v24.0.7
RUN install-tool dotnet 8.0.101

# renovate: datasource=flutter-version
RUN install-tool flutter 3.16.6
RUN install-tool flutter 3.16.7

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

# renovate: datasource=flutter-version
RUN install-tool flutter 3.16.6
RUN install-tool flutter 3.16.7

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

# renovate: datasource=flutter-version
RUN install-tool flutter 3.16.6
RUN install-tool flutter 3.16.7

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 @@ -26,7 +26,7 @@ RUN install-tool git v2.43.0
FROM base as test-flutter

# renovate: datasource=flutter-version
RUN install-tool flutter 3.16.6
RUN install-tool flutter 3.16.7

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

0 comments on commit 0b5b705

Please sign in to comment.