From 780ee0ef3e7cbae22aedd7b102a57616846a6f32 Mon Sep 17 00:00:00 2001 From: PrimaStella-bot Date: Sun, 26 Jul 2026 11:19:43 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- .forgejo/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 85f99d0..5ec2001 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: check: runs-on: docker container: - image: python:3.12-slim + image: python:3.14-slim steps: - name: Checkout env: diff --git a/Dockerfile b/Dockerfile index caa1255..a342dc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.14-slim WORKDIR /app -- 2.45.3