diff --git a/Dockerfile b/Dockerfile index 04816f8..9d0b147 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk add --no-cache --virtual .build-deps \ linux-headers \ && \ pip3 install psutil && \ - pip3 install --no-cache-dir malojaserver && \ + pip3 install --upgrade --no-cache-dir malojaserver && \ apk del .build-deps EXPOSE 42010