Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into refact/scopeable-m…
Browse files Browse the repository at this point in the history
…odel-base-class
  • Loading branch information
davidlougheed committed Nov 27, 2024
2 parents 44f1031 + a82069d commit 44427c1
Show file tree
Hide file tree
Showing 5 changed files with 966 additions and 863 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
submodules: "recursive"

- 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 bento.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
2 changes: 1 addition & 1 deletion bento.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

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

0 comments on commit 44427c1

Please sign in to comment.