Skip to content

Commit

Permalink
Merge pull request #36 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base img + lockfile deps; ver to 3.1.7
  • Loading branch information
davidlougheed authored Nov 11, 2024
2 parents c375bdb + a19a2e7 commit 2113869
Show file tree
Hide file tree
Showing 5 changed files with 847 additions and 743 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Bento build action
uses: bento-platform/bento_build_action@v0.11.1
uses: bento-platform/bento_build_action@v1.0.0
with:
registry: ghcr.io
registry-username: ${{ github.actor }}
Expand Down
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.10.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.11.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.10.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.11.01

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

Expand Down
Loading

0 comments on commit 2113869

Please sign in to comment.