diff --git a/.drone.yml b/.drone.yml index eae3042..b99d7ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: build_python_project steps: - name: build - image: python/alpine + image: python:alpine commands: - pip install -r requirements.txt - python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename "ProxmoxDeploy${DRONE_TAG##v}.exe"