Skip to content

Commit

Permalink
chore: update base image, dependencies, build action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Aug 20, 2024
1 parent 568d202 commit 5fe01f2
Show file tree
Hide file tree
Showing 5 changed files with 582 additions and 518 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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
4 changes: 2 additions & 2 deletions 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.07.09
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.08.14

RUN apt-get update -y && \
apt-get install gcc libffi-dev -y && \
Expand All @@ -10,7 +10,7 @@ RUN mkdir /wes
# Install dependencies
COPY pyproject.toml .
COPY poetry.lock .
RUN pip install --no-cache-dir gunicorn==22.0.0 && \
RUN pip install --no-cache-dir gunicorn==23.0.0 && \
poetry config virtualenvs.create false && \
poetry install --without dev --no-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.07.09
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.08.14

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

0 comments on commit 5fe01f2

Please sign in to comment.