Change to Python 3.9 and add prefix to metrics

This commit is contained in:
Manuel 2021-12-01 09:58:15 +01:00
parent 46661024f3
commit 6827b82f51
Signed by: Manuel
GPG key ID: 4085037435E1F07A
2 changed files with 70 additions and 70 deletions

View file

@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.9-alpine
COPY requirements.txt minecraft_exporter.py /
RUN pip install --no-cache-dir -r requirements.txt