Skip to content

Commit

Permalink
Merge pull request #95 from bento-platform/chore/updates
Browse files Browse the repository at this point in the history
chore: update lockfile dependencies + base image version
  • Loading branch information
davidlougheed authored Feb 27, 2024
2 parents 0933b5e + a57f4bf commit a15c6c7
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 343 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
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.01.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.02.01

RUN apt-get update -y && \
apt-get install gcc libffi-dev -y && \
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.01.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.02.01

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

0 comments on commit a15c6c7

Please sign in to comment.