From 369aacd6e73c8a227d2f669f5c5b77b6c174c7a9 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 8 Jun 2023 00:26:51 +0000 Subject: [PATCH] Update python Docker tag to v3.11.4 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4b642f9..dfda58f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,14 +4,14 @@ type: docker steps: - name: lint - image: python:3.11.3 + image: python:3.11.4 commands: - pip install poetry - poetry install - poetry run flake8 - poetry run mypy . - name: epub - image: python:3.11.3 + image: python:3.11.4 commands: - pip install poetry - poetry install --without dev