Skip to content

Commit 3c774f0

Browse files
committed
fix(coderabbit): align Docker image with actual implementation
1 parent 1b3c1ad commit 3c774f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coderabbit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ reviews:
9494
9595
- path: "**/Dockerfile"
9696
instructions: |
97-
- Verify Python 3.13 base image (python:3.13-alpine)
97+
- Verify Python 3.13 base image (python:3.13.3-slim-bookworm)
9898
- Check multi-stage build using pyproject.toml + uv.lock → uv export → wheelhouse
9999
- Ensure runtime stage installs from prebuilt wheels with no network access
100100
- Ensure non-root user is used for security

0 commit comments

Comments
 (0)