Skip to content

Commit

Permalink
Merge pull request #25 from bento-platform/chore/update-deps
Browse files Browse the repository at this point in the history
chore: update base images, lockfile, and bump version to 1.2.2
  • Loading branch information
davidlougheed authored Oct 31, 2023
2 parents cdc8724 + b45e769 commit 5f37e18
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 393 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.08.30
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.10.20

# Use uvicorn (instead of hypercorn) in production since I've found
# multiple benchmarks showing it to be faster - David L
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.08.30
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.10.20

RUN pip install --no-cache-dir "uvicorn[standard]==0.23.2"

Expand Down
Loading

0 comments on commit 5f37e18

Please sign in to comment.