Update noStrudel to v0.41.0 #470
Annotations
2 errors and 2 notices
Invalid image name "ghcr.io/hzrd149/nostrudel:0.41.0":
nostrudel/docker-compose.yml#L15
Images should be named like "<name>:<version-tag>@<sha256>"
|
Lint apps
❌ Linting failed with 1 error ❌
|
Potentially using unsafe user in service "cors":
nostrudel/docker-compose.yml#L1
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
|
Potentially using unsafe user in service "web":
nostrudel/docker-compose.yml#L1
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
|