Skip to content

Commit

Permalink
Merge pull request #15 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base image, lockfile deps; bump ver to 0.2.1
  • Loading branch information
davidlougheed authored Jul 15, 2024
2 parents 00a98e8 + 59618eb commit 5369389
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 379 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.06.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.07.09

# Use uvicorn (instead of hypercorn) in production since I've found
# multiple benchmarks showing it to be faster - David L
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.06.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.07.09

LABEL org.opencontainers.image.description="Local development image for the Bento reference service."
LABEL devcontainer.metadata='[{ \
Expand Down
Loading

0 comments on commit 5369389

Please sign in to comment.