From 803e2db30b7f47bc5336ec27b31751ed7b1b342d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 10:06:21 +0200 Subject: [PATCH] chore(deps): Bump python from 3.12-bullseye to 3.13-bullseye in /examples/langchain (#3805) chore(deps): Bump python in /examples/langchain Bumps python from 3.12-bullseye to 3.13-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/langchain/PY.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/langchain/PY.Dockerfile b/examples/langchain/PY.Dockerfile index efc7a876..865aec60 100644 --- a/examples/langchain/PY.Dockerfile +++ b/examples/langchain/PY.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-bullseye +FROM python:3.13-bullseye COPY ./langchainpy-localai-example /app WORKDIR /app RUN pip install --no-cache-dir -r requirements.txt