![]() Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.3 to 6.1.7.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/rails/releases">activesupport's releases</a>.</em></p> <blockquote> <h2>v6.1.7.6</h2> <p>No changes between this and 6.1.7.5. This release was just to fix file permissions in the previous release.</p> <h2>6.1.7.5 Release</h2> <h2>Active Support</h2> <ul> <li> <p>Use a temporary file for storing unencrypted files while editing</p> <p>[CVE-2023-38037]</p> </li> </ul> <h2>Active Model</h2> <ul> <li>No changes.</li> </ul> <h2>Active Record</h2> <ul> <li>No changes.</li> </ul> <h2>Action View</h2> <ul> <li>No changes.</li> </ul> <h2>Action Pack</h2> <ul> <li>No changes.</li> </ul> <h2>Active Job</h2> <ul> <li>No changes.</li> </ul> <h2>Action Mailer</h2> <ul> <li>No changes.</li> </ul> <h2>Action Cable</h2> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
---|---|---|
.. | ||
docker_linux | ||
mac | ||
README.md |
This directory includes scripts and tools for setting up Flutter's continuous integration environments.
Cirrus Linux
Flutter's Linux tasks run on a custom Docker image. The Dockerfile
for this
image can be found at /dev/ci/docker_linux/Dockerfile.
On each new change to this Dockerfile
, Cirrus will build a new version of
the Docker image as a dependency to any Linux tests. It is no longer necessary
to manually build and push the Docker image locally.
There are some factors external to the actual Dockerfile
that would
necessitate rebuilding the Docker image, such as upstream code changes, (Linux
distribution) repository updates or a file that gets COPY
ied into the image
changing. In this case, a trivial Dockerfile
change (such as a comment)
would invalidate the cache and trigger a rebuild.