Skip to content

Commit

Permalink
chore: update base image + image dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Dec 22, 2023
1 parent 075992f commit 422414c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.11.10
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.12.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 poetry==1.6.1 "uvicorn[standard]==0.24.0"
RUN pip install --no-cache-dir poetry==1.7.1 "uvicorn[standard]==0.25.0"

# Backwards-compatible with old BentoV2 container layout
WORKDIR /drop-box
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.11.10
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.12.01

RUN pip install --no-cache-dir poetry==1.6.1 "uvicorn[standard]==0.24.0"
RUN pip install --no-cache-dir poetry==1.7.1 "uvicorn[standard]==0.25.0"

# Backwards-compatible with old BentoV2 container layout
WORKDIR /drop-box
Expand Down

0 comments on commit 422414c

Please sign in to comment.