From 8f490158cf89e9a0fe2adf037bd3b750774aa63c Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 13 Sep 2025 21:19:22 +0200 Subject: [PATCH] update salt-build --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e5d20c1..efa166a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,9 +12,9 @@ workspace: steps: - name: build - image: debian:unstable + image: python:latest commands: - - apt update && apt install -y wget patchelf python3-pip + - apt update && apt install -y wget patchelf - ./install.sh when: event: