Skip to content

Commit

Permalink
Merge pull request #67 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base img, lockfile deps; bump ver to 0.19.8
  • Loading branch information
davidlougheed authored Oct 3, 2024
2 parents 2e60119 + 9c15594 commit f50d0e2
Show file tree
Hide file tree
Showing 5 changed files with 354 additions and 355 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.09.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.10.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.09.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.10.01

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

0 comments on commit f50d0e2

Please sign in to comment.