Skip to content

Commit

Permalink
Merge pull request #133 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base image, flask, werkzeug, lockfile deps
  • Loading branch information
davidlougheed authored Oct 1, 2024
2 parents 71e4cf8 + cfdce9a commit 49decbe
Show file tree
Hide file tree
Showing 4 changed files with 345 additions and 325 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.09.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.10.01

RUN apt-get update -y && \
apt-get install gcc libffi-dev -y && \
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.09.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.10.01

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

0 comments on commit 49decbe

Please sign in to comment.