Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
fix(deps): update dependency langchain-google-community to v2
Update lock file

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and ygalblum committed Oct 9, 2024
1 parent 04a8227 commit 48b2886
Show file tree
Hide file tree
Showing 4 changed files with 1,532 additions and 1,270 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1725849297 as builder
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 as builder

RUN dnf install --nodocs -y \
python3.11 \
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN touch README.md

RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --no-root --extras=pysql-b

FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1725849297 as runtime
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 as runtime

WORKDIR /app

Expand Down
Loading

0 comments on commit 48b2886

Please sign in to comment.