Skip to content

Commit

Permalink
Merge pull request #90 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base image, dependencies; bump to 0.14.3
  • Loading branch information
davidlougheed authored Aug 12, 2024
2 parents 4d66a69 + c3d31aa commit 3b31c7b
Show file tree
Hide file tree
Showing 6 changed files with 419 additions and 380 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
Expand Up @@ -47,7 +47,7 @@ RUN curl -L https://github.com/Ensembl/ensembl-xs/archive/2.3.2.zip -o ensembl-x

WORKDIR /

FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.07.09 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.08.12 AS base-deps

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

Expand Down
8 changes: 4 additions & 4 deletions container.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gunicorn==22.0.0
gevent==23.9.1
pysam>=0.22.0,<0.23.0
fasta-checksum-utils>=0.4.1,<0.5
gunicorn==23.0.0
gevent==24.2.1
pysam>=0.22.1,<0.23.0
fasta-checksum-utils>=0.4.3,<0.5
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN curl -L https://github.com/Ensembl/ensembl-xs/archive/2.3.2.zip -o ensembl-x

WORKDIR /

FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.07.09 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.08.12 AS base-deps

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

0 comments on commit 3b31c7b

Please sign in to comment.