You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Base-image regex now requires python:3.11-slim (not any 3.11 variant)
- Layer-order check now requires src_line < 9999 so a Dockerfile with no
source COPY does not falsely pass the cache-order gate
- Env-var check now also matches 'from os import (environ|getenv)' so
students using import forms are not incorrectly penalised
0 commit comments