Skip to content

Commit

Permalink
Merge pull request #88 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base image, lockfile deps; bump ver to 0.14.2
  • Loading branch information
davidlougheed authored Jul 15, 2024
2 parents b74869e + 2cd76b6 commit 4d66a69
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 305 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.06.01 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.07.09 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.06.01 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.07.09 AS base-deps

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

0 comments on commit 4d66a69

Please sign in to comment.