Update python Docker tag to v3.12
All checks were successful
dl / lint (push) Successful in 1m41s
dl / docker (push) Successful in 36s

This commit is contained in:
Renovate Bot 2023-10-03 06:54:29 +00:00
parent fadb481c0f
commit 4f01346c38

View File

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: python:3.11 container: python:3.12
steps: steps:
- run: apt-get update - run: apt-get update
- run: apt-get install -y git nodejs - run: apt-get install -y git nodejs