Skip to content

Commit

Permalink
test(deps): update dependency flutter to v3.16.3 (#1837)
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 Dec 6, 2023
1 parent 691382d commit ac9bbe1
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.100

# renovate: datasource=flutter-version
RUN install-tool flutter 3.16.2
RUN install-tool flutter 3.16.3

# renovate: datasource=github-releases packageName=fluxcd/flux2
RUN install-tool flux v2.1.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.2
RUN install-tool flutter 3.16.3

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.2
RUN install-tool flutter 3.16.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 @@ -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.2
RUN install-tool flutter 3.16.3

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

0 comments on commit ac9bbe1

Please sign in to comment.