From 7f9dd0b3565748468c4365ed31fa3767951fcff7 Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Mon, 21 Apr 2025 18:06:31 +0200 Subject: [PATCH] Use the Alpine UV base-image for CI --- .woodpecker/check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/check.yaml b/.woodpecker/check.yaml index 5d9cb86..12f946d 100644 --- a/.woodpecker/check.yaml +++ b/.woodpecker/check.yaml @@ -4,9 +4,9 @@ when: steps: - name: Perform checks - image: ghcr.io/astral-sh/uv:0.6.14-python3.13-bookworm + image: ghcr.io/astral-sh/uv:python3.13-alpine commands: - - apt-get update && apt-get install -y --no-install-recommends cargo + - apk add --no-cache cargo - uv sync --all-extras # Lint the code - uv run ruff check src/xmpp_api/