Skip to content

Commit 66efe12

Browse files
committedJan 27, 2024
version bumps
1 parent 3938cd1 commit 66efe12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# The base image is not intended to change often and should be used with
2020
# version tags or checksum IDs, but not via "latest".
2121
MAJOR_VERSION: 3
22-
MINOR_VERSION: 0
22+
MINOR_VERSION: 1
2323
IMAGE_NAME: base-glibc-busybox-bash
2424
BUSYBOX_VERSION: '1.36.1'
2525
DEBIAN_VERSION: '12.2'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# The base image is not intended to change often and should be used with
2020
# version tags or checksum IDs, but not via "latest".
2121
MAJOR_VERSION: 3
22-
MINOR_VERSION: 0
22+
MINOR_VERSION: 1
2323
IMAGE_NAME: base-glibc-debian-bash
2424
DEBIAN_VERSION: '12.2'
2525

‎.github/workflows/build-env-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# The base image is not intended to change often and should be used with
1717
# version tags or checksum IDs, but not via "latest".
1818
MAJOR_VERSION: 3
19-
MINOR_VERSION: 0
19+
MINOR_VERSION: 1
2020
IMAGE_NAME: bioconda-utils-build-env-cos7
2121

2222
steps:

0 commit comments

Comments
 (0)