File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - name : Set up Python 3.10
2424 uses : actions/setup-python@v3
2525 with :
26- python-version : " 3.10 "
26+ python-version : " 3.14 "
2727 - name : Install dependencies
2828 run : |
2929 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 2222 - name : Set up Python 3.10
2323 uses : actions/setup-python@v3
2424 with :
25- python-version : " 3.10 "
25+ python-version : " 3.14 "
2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1- FROM python:3.10 -slim as build
1+ FROM python:3.14 -slim as build
22
33RUN apt-get update
44RUN apt-get install -y --no-install-recommends build-essential gcc
@@ -29,7 +29,7 @@ COPY requirements.txt .
2929RUN pip install -r requirements.txt
3030
3131# FROM python:3.12.0b3-slim@sha256:8e3ef64883278384c49293caf631d614b4bfdac7bb494d44e17cf2d711ce2652
32- FROM python:3.10 -slim@sha256:2bac43769ace90ebd3ad83e5392295e25dfc58e58543d3ab326c3330b505283d
32+ FROM python:3.14 -slim@sha256:0aecac02dc3d4c5dbb024b753af084cafe41f5416e02193f1ce345d671ec966e
3333
3434RUN groupadd -g 999 python && \
3535 useradd -r -u 999 -g python python
You can’t perform that action at this time.
0 commit comments