Skip to content

Commit

Permalink
chore: update base image to 2024.04.01
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Apr 2, 2024
1 parent b8d2fb8 commit ad7f2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN curl -O "${VEP_CACHE_BASE_URL}/${VEP_CACHE_ARCHIVE}" && \

WORKDIR /

FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.03.01 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.04.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 @@ -56,7 +56,7 @@ RUN curl -O "${VEP_CACHE_BASE_URL}/${VEP_CACHE_ARCHIVE}" && \

WORKDIR /

FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.03.01 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.04.01 AS base-deps

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

0 comments on commit ad7f2a1

Please sign in to comment.