Skip to content

Commit 8b74acd

Browse files
Update dependency python
1 parent c5e2d9a commit 8b74acd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python 3.12
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.12"
15+
python-version: "3.13"
1616

1717
- name: Setup poetry
1818
run: curl -sSL https://install.python-poetry.org | python3 -

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-alpine as poetry
1+
FROM python:3.13-alpine as poetry
22

33
WORKDIR /root
44

@@ -11,7 +11,7 @@ COPY pyproject.toml poetry.lock ./
1111
RUN poetry export -E celery -o requirements.txt
1212

1313
# app
14-
FROM python:3.12-slim
14+
FROM python:3.13-slim
1515

1616
RUN apt-get -qq update && \
1717
apt-get install -qqy --no-install-recommends g++ aria2 ffmpeg && \

0 commit comments

Comments
 (0)