7 Commits
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13.15-alpine AS base
FROM python:3.14.7-alpine AS base
RUN apk add --no-cache ca-certificates
@@ -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.3
4.1.0