Skip to content

Commit

Permalink
Merge pull request #1882 from TEAMSchools/dagster-1.8.9
Browse files Browse the repository at this point in the history
build(deps): python update
  • Loading branch information
cbini authored Sep 27, 2024
2 parents ccdb5a0 + 82d2753 commit 866030e
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 182 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /app

# install uv & create venv
RUN --mount=type=cache,target=/root/.cache/pip \
pip install "uv==0.4.13" --no-cache-dir \
pip install "uv==0.4.17" --no-cache-dir \
&& uv venv

# install dependencies
Expand Down
Loading

0 comments on commit 866030e

Please sign in to comment.