Skip to content

Commit

Permalink
fix: libs/langchain/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 10, 2024
1 parent c1bd4e0 commit 9c03790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.10-bullseye AS builder

# Define the version of Poetry to install (default is 1.4.2)
ARG POETRY_VERSION=1.4.2
Expand Down

0 comments on commit 9c03790

Please sign in to comment.