Skip to content

Commit

Permalink
chore: update uvicorn in prod docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 16, 2023
1 parent c8f0bcf commit e6db026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bento.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-c"]
RUN apt-get update -y && \
apt-get install -y postgresql-client && \
rm -rf /var/lib/apt/lists/* && \
pip install --no-cache-dir "uvicorn[standard]==0.20.0"
pip install --no-cache-dir "uvicorn[standard]==0.23.2"

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

0 comments on commit e6db026

Please sign in to comment.