Skip to content

Commit

Permalink
chore: update docker base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Dec 5, 2023
1 parent c5b77ba commit 9f435c7
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
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.11.10 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.12.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
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.11.10 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2023.12.01 AS base-deps

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

0 comments on commit 9f435c7

Please sign in to comment.