diff --git a/src/bisheng-langchain/Dockerfile b/src/bisheng-langchain/Dockerfile index b950527bb..744132da8 100644 --- a/src/bisheng-langchain/Dockerfile +++ b/src/bisheng-langchain/Dockerfile @@ -3,7 +3,7 @@ ARG POETRY_HOME=/opt/poetry # Use the Python base image -FROM python:3.11.2-bullseye AS builder +FROM python:3.13.4-bullseye AS builder # Define the version of Poetry to install (default is 1.4.2) ARG POETRY_VERSION=1.4.2