2 Commits
Author SHA1 Message Date
Djeex d0b3fc6e18 Merge pull request 'Run as non-root (911:911), bump to 4.1.0' (#30) from dev-v4.1 into main
CI / build-and-scan (push) Successful in 36s
Reviewed-on: #30
2026-08-23 15:17:09 +02:00
Djeex 5f66d1e1e0 Run as non-root (911:911), bump to 4.1.0
CI / build-and-scan (pull_request) Successful in 58s
2026-08-23 14:35:41 +02:00
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -20,4 +20,8 @@ CMD ["pytest", "-v"]
FROM base
RUN addgroup -g 911 nvbot && adduser -D -u 911 -G nvbot nvbot
USER nvbot
CMD ["python", "main.py"]
+1 -1
View File
@@ -1 +1 @@
4.0.5
4.1.0