From 5f2fe6c4b6988d8b550731b55f5b37fd2647b18a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 7 Oct 2025 21:38:55 +0000 Subject: [PATCH] chore(deps): update dependency python --- .gitea/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7228ab0..9f9081b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: uv cache uses: actions/cache@v4 diff --git a/Dockerfile b/Dockerfile index 89b869f..c6c9284 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim +FROM python:3.14-slim LABEL maintainer="Luke Tainton " USER root