Try disabling CGO when you compile your application.
RUN CGO_ENABLED=0 go build -o ./bin/auth_server cmd/grpc_server/main.go