Version 1.5.1
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-11-14 21:10:42 +01:00
parent 2b4683e489
commit 729e1d939b
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10.9-slim-bullseye
ENV VERSION_NUMBER 1.5.0
ENV VERSION_NUMBER 1.5.1
ENV PROD 1
ENV PYTHONUNBUFFERED=1