Update python Docker tag to v3.14 #2

Open
PrimaStella-bot wants to merge 1 commit from renovate/python-3.x into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 780ee0ef3e - Show all commits

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