From e6db026f9f43ccae6afd0888c8c2bbf7c0c1cea8 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Mon, 16 Oct 2023 16:23:53 -0400 Subject: [PATCH] chore: update uvicorn in prod docker image --- bento.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bento.Dockerfile b/bento.Dockerfile index 71839cfda..7fd78c47e 100644 --- a/bento.Dockerfile +++ b/bento.Dockerfile @@ -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