SIGN IN SIGN UP

TUN-9540: Use numeric user id for Dockerfiles

## Summary
This commit changes the USER instruction in our Dockerfiles from using
the string "nonroot" to its numeric ID "65532".

This change is necessary because Kubernetes does not support string-based
user IDs in security contexts, requiring numeric IDs instead. The nonroot
user maps to 65532 in distroless images.
J
João "Pisco" Fernandes committed
ae197908be4c10fd0a28d337128189b9446c3766
Parent: 6ec6995