From 239216e57402aa4b47015faddae6625ecb9c5c1f Mon Sep 17 00:00:00 2001 From: shiyu Date: Thu, 25 Dec 2025 15:54:53 +0800 Subject: [PATCH] chore(docker): update Python base image from 3.13-slim to 3.14-slim --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d7d41b..a8faf7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY web/ ./ RUN bun run build -FROM python:3.13-slim +FROM python:3.14-slim WORKDIR /app