Skip to content

Commit cbe30b3

Browse files
Update dependency python
1 parent 39c5726 commit cbe30b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: 3.8
17+
python-version: 3.14
1818

1919
- name: Install Python dependencies
2020
run: pip install black flake8

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a lightweight Python image
2-
FROM python:3.9-slim-buster
2+
FROM python:3.11-slim-buster
33

44
# Set the working directory to /app
55
WORKDIR /app

0 commit comments

Comments
 (0)