Compare commits

..

1 commit

Author SHA1 Message Date
780ee0ef3e Update python Docker tag to v3.14
Some checks failed
CI / check (pull_request) Failing after 15s
CI / check (push) Successful in 35s
2026-07-26 11:19:43 +00:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

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