From af4a2ebdfeb7171ed1475c4e5ef2a2ae83096c3f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 May 2024 21:15:46 +0000 Subject: [PATCH] :arrow_up: Update docker.mafyuh.xyz/python Docker tag to v3.12 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 15b79f9..9cc33e8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ trigger: steps: - name: python3.8 - image: docker.mafyuh.xyz/python:3.8-slim-bullseye + image: docker.mafyuh.xyz/python:3.12-slim-bullseye commands: - "python3 --version" - "pip3 install yamllint" @@ -17,7 +17,7 @@ steps: - 'find . -name "*.yaml" ! -name ".drone.yml" -exec yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} +' - name: python3.10 - image: docker.mafyuh.xyz/python:3.9-slim-bullseye + image: docker.mafyuh.xyz/python:3.12-slim-bullseye commands: - "python3 --version" - "pip3 install yamllint" @@ -26,7 +26,7 @@ steps: - 'find . -name "*.yaml" ! -name ".drone.yml" -exec yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} +' - name: python3.12 - image: docker.mafyuh.xyz/python:3.10-slim-bullseye + image: docker.mafyuh.xyz/python:3.12-slim-bullseye commands: - "python3 --version" - "pip3 install yamllint"