File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
- name : Set up Python 3.13
24
24
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
25
25
with :
26
- python-version : " 3.13 "
26
+ python-version : " 3.14 "
27
27
cache : pip
28
28
cache-dependency-path : pyproject.toml
29
29
Original file line number Diff line number Diff line change 1
1
# Stage 1: Install Python dependencies
2
- FROM python:3.13.5 -slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419 AS python-builder
2
+ FROM python:3.14.0 -slim@sha256:e93b62290efbb6207b8d23355c25f61a04fa100323727fe5e6b052d5f01d6788 AS python-builder
3
3
4
4
WORKDIR /build
5
5
@@ -16,7 +16,7 @@ RUN set -eux; \
16
16
pip install --no-cache-dir --timeout 1000 .[server,mcp]
17
17
18
18
# Stage 2: Runtime image
19
- FROM python:3.13.5 -slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419
19
+ FROM python:3.14.0 -slim@sha256:e93b62290efbb6207b8d23355c25f61a04fa100323727fe5e6b052d5f01d6788
20
20
21
21
ARG UID=1000
22
22
ARG GID=1000
You can’t perform that action at this time.
0 commit comments