Skip to content

Commit 44aee6d

Browse files
author
benjamin
committed
chore: bump base image versions
1 parent c42a28e commit 44aee6d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/base-glibc-busybox-bash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# The base image is not intended to change often and should be used with
2424
# version tags or checksum IDs, but not via "latest".
2525
MAJOR_VERSION: 3
26-
MINOR_VERSION: 1
26+
MINOR_VERSION: 2
2727
IMAGE_NAME: base-glibc-busybox-bash
2828
BUSYBOX_VERSION: '1.36.1'
2929
DEBIAN_VERSION: '12.5'

.github/workflows/base-glibc-debian-bash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# The base image is not intended to change often and should be used with
2424
# version tags or checksum IDs, but not via "latest".
2525
MAJOR_VERSION: 3
26-
MINOR_VERSION: 1
26+
MINOR_VERSION: 2
2727
IMAGE_NAME: base-glibc-debian-bash
2828
DEBIAN_VERSION: '12.5'
2929

.github/workflows/create-env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
options: --privileged
2222
env:
2323
MAJOR_VERSION: 3
24-
MINOR_VERSION: 1
24+
MINOR_VERSION: 2
2525
IMAGE_NAME: create-env
2626

2727
steps:

bioconda_utils/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ def build(
137137
is_noarch = bool(meta.get_value("build/noarch", default=False))
138138
use_base_image = meta.get_value("extra/container", {}).get("extended-base", False)
139139
if use_base_image:
140-
base_image = "quay.io/bioconda/base-glibc-debian-bash:3.1"
140+
base_image = "quay.io/bioconda/base-glibc-debian-bash:3.2"
141141
else:
142-
base_image = "quay.io/bioconda/base-glibc-busybox-bash:3.1"
142+
base_image = "quay.io/bioconda/base-glibc-busybox-bash:3.2"
143143

144144
build_failure_record = BuildFailureRecord(recipe)
145145
build_failure_record_existed_before_build = build_failure_record.exists()

0 commit comments

Comments
 (0)