Change to Python 3.9 and add prefix to metrics
This commit is contained in:
parent
46661024f3
commit
6827b82f51
2 changed files with 70 additions and 70 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue