diff --git a/Dockerfile b/Dockerfile index af67e96..d2a500f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine +FROM python:3.13-alpine EXPOSE 9688 COPY requirements.txt /app/requirements.txt diff --git a/bbb-exporter/settings.py b/bbb-exporter/settings.py index 379caf4..97faaa6 100644 --- a/bbb-exporter/settings.py +++ b/bbb-exporter/settings.py @@ -4,7 +4,7 @@ MAJOR = 0 MINOR = 7 -BUGFIX = 1 +BUGFIX = 2 INFO = "" VERSION = "{}.{}.{}".format(MAJOR, MINOR, BUGFIX)