Skip to content

Commit

Permalink
feat: Update base-glibc-*-bash images to 3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Jun 2, 2024
1 parent e3f23ed commit 97f8c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bioconda_utils/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ def build(recipe: str, pkg_paths: List[str] = None,
is_noarch = bool(meta.get_value('build/noarch', default=False))
use_base_image = meta.get_value('extra/container', {}).get('extended-base', False)
if use_base_image:
base_image = 'quay.io/bioconda/base-glibc-debian-bash:3.0'
base_image = 'quay.io/bioconda/base-glibc-debian-bash:3.1'
else:
base_image = 'quay.io/bioconda/base-glibc-busybox-bash:3.0'
base_image = 'quay.io/bioconda/base-glibc-busybox-bash:3.1'

build_failure_record = BuildFailureRecord(recipe)
build_failure_record_existed_before_build = build_failure_record.exists()
Expand Down

0 comments on commit 97f8c65

Please sign in to comment.