Update python Docker tag to v3.14
This commit is contained in:
parent
d3b6a9055b
commit
780ee0ef3e
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
check:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: python:3.12-slim
|
||||
image: python:3.14-slim
|
||||
steps:
|
||||
- name: Checkout
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.12-slim
|
||||
FROM python:3.14-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue