Skip to content

Commit

Permalink
chore: update dependencies + base image
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jan 30, 2024
1 parent 1d4b3ea commit 13be0cf
Show file tree
Hide file tree
Showing 5 changed files with 561 additions and 585 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.12.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.01.01

# Use uvicorn (instead of hypercorn) in production since I've found
# multiple benchmarks showing it to be faster - David L
RUN pip install --no-cache-dir "uvicorn[standard]==0.24.0"
RUN pip install --no-cache-dir "uvicorn[standard]==0.27.0"

# Backwards-compatible with old BentoV2 container layout
WORKDIR /service-registry
Expand Down
4 changes: 2 additions & 2 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.12.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.01.01

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

# Backwards-compatible with old BentoV2 container layout
WORKDIR /service-registry
Expand Down
Loading

0 comments on commit 13be0cf

Please sign in to comment.