Skip to content

Commit

Permalink
Merge pull request #26 from bento-platform/chore/new-authz
Browse files Browse the repository at this point in the history
chore: support new authz API + update deps
  • Loading branch information
davidlougheed authored Nov 13, 2023
2 parents 5f37e18 + 96c81c1 commit af6d845
Show file tree
Hide file tree
Showing 4 changed files with 354 additions and 358 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.10.20
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.11.10

# 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.23.2"
RUN pip install --no-cache-dir "uvicorn[standard]==0.24.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.10.20
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.11.10

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

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

0 comments on commit af6d845

Please sign in to comment.