From 46eb10ddaee0f5b7f83de32753e8fb1cb373fb40 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Fri, 9 Jun 2023 15:15:38 +0200 Subject: [PATCH] update drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"