Skip to content

Commit

Permalink
Merge pull request #33 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base image and lockfile
  • Loading branch information
davidlougheed authored May 1, 2024
2 parents 8f41fb7 + 00a286b commit 45dbd4f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 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-2024.04.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.05.01

# 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-2024.04.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.05.01

RUN pip install --no-cache-dir -U pip && pip install --no-cache-dir "uvicorn[standard]==0.29.0"

Expand Down
66 changes: 33 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45dbd4f

Please sign in to comment.