Update python Docker tag to v3.14
Some checks failed
CI / check (pull_request) Failing after 15s
CI / check (push) Successful in 35s

This commit is contained in:
PrimaStella-bot 2026-07-26 11:19:43 +00:00
parent d3b6a9055b
commit 780ee0ef3e
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
check: check:
runs-on: docker runs-on: docker
container: container:
image: python:3.12-slim image: python:3.14-slim
steps: steps:
- name: Checkout - name: Checkout
env: env:

View file

@ -1,4 +1,4 @@
FROM python:3.12-slim FROM python:3.14-slim
WORKDIR /app WORKDIR /app