Skip to content

Commit

Permalink
chore: update base image, lockfile deps; bump version to 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 1, 2024
1 parent 9f9b1f2 commit 262f927
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 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.09.01 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.10.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.09.01 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.10.01 AS base-deps

LABEL org.opencontainers.image.description="Local development image for Bento WES."
LABEL devcontainer.metadata='[{ \
Expand Down
25 changes: 13 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "bento_wes"
version = "0.14.4"
version = "0.14.5"
description = "Workflow execution service for the Bento platform."
authors = [
"David Lougheed <[email protected]>",
Expand Down

0 comments on commit 262f927

Please sign in to comment.