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 23
23
- name : Set up Python 3.10
24
24
uses : actions/setup-python@v3
25
25
with :
26
- python-version : " 3.10 "
26
+ python-version : " 3.13 "
27
27
- name : Install dependencies
28
28
run : |
29
29
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 22
22
- name : Set up Python 3.10
23
23
uses : actions/setup-python@v3
24
24
with :
25
- python-version : " 3.10 "
25
+ python-version : " 3.13 "
26
26
- name : Install dependencies
27
27
run : |
28
28
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.13 -slim as build
2
2
3
3
RUN apt-get update
4
4
RUN apt-get install -y --no-install-recommends build-essential gcc
@@ -29,7 +29,7 @@ COPY requirements.txt .
29
29
RUN pip install -r requirements.txt
30
30
31
31
# FROM python:3.12.0b3-slim@sha256:8e3ef64883278384c49293caf631d614b4bfdac7bb494d44e17cf2d711ce2652
32
- FROM python:3.10 -slim@sha256:2bac43769ace90ebd3ad83e5392295e25dfc58e58543d3ab326c3330b505283d
32
+ FROM python:3.13 -slim@sha256:8b4a876684a35cd69714f5664c65b70eb6e3716617c7f3d1c84251df0c39ac58
33
33
34
34
RUN groupadd -g 999 python && \
35
35
useradd -r -u 999 -g python python
You can’t perform that action at this time.
0 commit comments