File tree 4 files changed +574
-515
lines changed
4 files changed +574
-515
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.07.09
1
+ FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.08.12
2
2
3
3
# Use uvicorn (instead of hypercorn) in production since I've found
4
4
# multiple benchmarks showing it to be faster - David L
5
- RUN pip install --no-cache-dir "uvicorn[standard]==0.30.1 "
5
+ RUN pip install --no-cache-dir "uvicorn[standard]==0.30.5 "
6
6
7
7
WORKDIR /reference
8
8
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.07.09
1
+ FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.08.12
2
2
3
3
LABEL org.opencontainers.image.description="Local development image for the Bento reference service."
4
4
LABEL devcontainer.metadata='[{ \
@@ -12,7 +12,7 @@ LABEL devcontainer.metadata='[{ \
12
12
}]'
13
13
14
14
# FastAPI uses uvicorn for a development server as well
15
- RUN pip install --upgrade pip && pip install --no-cache-dir "uvicorn[standard]==0.30.1 "
15
+ RUN pip install --upgrade pip && pip install --no-cache-dir "uvicorn[standard]==0.30.5 "
16
16
WORKDIR /reference
17
17
18
18
COPY pyproject.toml .
You can’t perform that action at this time.
0 commit comments