We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3c1ad commit 3c774f0Copy full SHA for 3c774f0
.coderabbit.yaml
@@ -94,7 +94,7 @@ reviews:
94
95
- path: "**/Dockerfile"
96
instructions: |
97
- - Verify Python 3.13 base image (python:3.13-alpine)
+ - Verify Python 3.13 base image (python:3.13.3-slim-bookworm)
98
- Check multi-stage build using pyproject.toml + uv.lock → uv export → wheelhouse
99
- Ensure runtime stage installs from prebuilt wheels with no network access
100
- Ensure non-root user is used for security
0 commit comments