uv/docs/guides
johnthagen 719bab307c
Replace --frozen with --locked in Docker integration guide (#12818)
## Summary

Replace `--frozen` with `--locked` in Docker integration guide.
`--locked` additionally validates that `uv.lock` is "fresh"/up to date,
which will catch errors if the user accidentally updated
`pyproject.toml` but did not run `uv lock` before building the
container. This is probably a better/safer default to recommend to users
to avoid surprising/incorrect behavior.

## References

- External guides already recommend using `--locked` instead of
`--frozen`
  - https://hynek.me/articles/docker-uv/
- @zanieb seemed to indicate they might agree that `--locked` would be
better to avoid surprises
  - https://github.com/astral-sh/uv/issues/10793#issuecomment-2743956736

## Test Plan

Used `--locked` in `uv` Python projects using Docker and validated that
it works as expected.
2025-04-10 15:47:48 -04:00
..
integration Replace --frozen with --locked in Docker integration guide (#12818) 2025-04-10 15:47:48 -04:00
index.md Misc. improvements to the documentation (#11255) 2025-02-05 17:22:09 -06:00
install-python.md Simplify managed Python flags (#12246) 2025-03-18 18:13:14 +01:00
package.md Use consistent commas around i.e. and e.g. (#12157) 2025-03-13 23:42:10 +00:00
projects.md Add support for -c constraints in uv add (#12209) 2025-03-17 21:27:33 +00:00
scripts.md Use consistent commas around i.e. and e.g. (#12157) 2025-03-13 23:42:10 +00:00
tools.md Use consistent commas around i.e. and e.g. (#12157) 2025-03-13 23:42:10 +00:00