Skip to content

Commit

Permalink
Merge pull request #28 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base image + dependencies
  • Loading branch information
davidlougheed authored Jun 7, 2024
2 parents bded95e + 400ed6f commit 547b552
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 288 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.04.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.06.01

# Run as root in the Dockerfile until we drop down to the service user in the entrypoint
USER root
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.04.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.06.01

SHELL ["/bin/bash", "-c"]

Expand Down
Loading

0 comments on commit 547b552

Please sign in to comment.