From 0852f1fd9dcb90ff4b14ed0258cca1d755ad369c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:39:11 +0000 Subject: [PATCH] Update dependency python --- .github/workflows/lint.yml | 2 +- backend/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0b52aa6..2465573 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: 3.14 - name: Install Python dependencies run: pip install black flake8 diff --git a/backend/Dockerfile b/backend/Dockerfile index 2824d4f..b642046 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,5 +1,5 @@ # Use a lightweight Python image -FROM python:3.9-slim-buster +FROM python:3.11-slim-buster # Set the working directory to /app WORKDIR /app