From 9891b8af877501c9af513fa462e1c29df091adaf Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Sun, 11 Feb 2024 13:56:37 -0800 Subject: [PATCH] Change lint Docker image to one which Lingua is available for --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 1bc5a73..1eead62 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -2,7 +2,7 @@ when: branch: main steps: - name: lint - image: python:3-alpine + image: python:3-slim commands: - python -m pip install --upgrade pip - python -m pip install -r requirements.txt