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
fix(docker): update user creation for Ubuntu 24.04 base image (#368)
- Replace adduser with groupadd/useradd for Ubuntu compatibility
- Document base OS change from Debian 12 to Ubuntu 24.04 in CHANGELOG
Microsoft changed .NET 10 base images from Debian to Ubuntu,
requiring updated user creation commands. This ensures CD pipeline
builds successfully when publishing Docker images.
0 commit comments