chore(deps): update dependency python (#401)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-10-15 03:12:19 +00:00 committed by GitHub
commit ab733cde5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ jobs:
# Set up Python 3.13 # Set up Python 3.13
- uses: actions/setup-python@v6 - uses: actions/setup-python@v6
with: with:
python-version: 3.13 python-version: 3.14
# Install dependencies # Install dependencies
- uses: astral-sh/setup-uv@v7 - uses: astral-sh/setup-uv@v7

View file

@ -1,4 +1,4 @@
FROM python:3.13-slim FROM python:3.14-slim
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
RUN useradd --create-home botuser && \ RUN useradd --create-home botuser && \
mkdir -p /home/botuser/discord-rss-bot/ /home/botuser/.local/share/discord_rss_bot/ && \ mkdir -p /home/botuser/discord-rss-bot/ /home/botuser/.local/share/discord_rss_bot/ && \