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
chore(ci): split Dockerfile into dev/builder/runtime stages
Rebuilding the full image on every code change is slow. A reusable dev
stage lets you iterate on build/test/develop without repeating setup.
The project is not building when using Debian Trixie, therefore the dev
container is useful to use Debian Bookworm.
0 commit comments