Skip to content

Commit

Permalink
Merge pull request #27 from bento-platform/chore/updates
Browse files Browse the repository at this point in the history
chore: update base image, dependencies
  • Loading branch information
davidlougheed authored Mar 13, 2024
2 parents 1fc73be + 81223b5 commit 19769a3
Show file tree
Hide file tree
Showing 4 changed files with 373 additions and 365 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-2024.02.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.03.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 -U pip && pip install --no-cache-dir "uvicorn[standard]==0.27.0"
RUN pip install --no-cache-dir -U pip && pip install --no-cache-dir "uvicorn[standard]==0.28.0"

WORKDIR /authorization

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-2024.02.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.03.01

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

WORKDIR /authorization

Expand Down
Loading

0 comments on commit 19769a3

Please sign in to comment.