Skip to content

Commit

Permalink
Merge pull request #97 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.14.6
  • Loading branch information
davidlougheed authored Nov 11, 2024
2 parents 1ce9747 + d6d5697 commit c2756de
Show file tree
Hide file tree
Showing 4 changed files with 849 additions and 745 deletions.
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.10.01 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.11.01 AS base-deps

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

Expand Down
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.10.01 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.11.01 AS base-deps

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

0 comments on commit c2756de

Please sign in to comment.