From 4ed024bcd338ca409370b258007838dad17a1154 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 Feb 2024 18:03:19 +0000 Subject: [PATCH] Bump BIOCONDUCTOR_PATCH --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2496bdd..8742a1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ ARG BIOCONDUCTOR_VERSION=3.19 ##### IMPORTANT ######## ## The PATCH version number should be incremented each time ## there is a change in the Dockerfile. -ARG BIOCONDUCTOR_PATCH=21 +ARG BIOCONDUCTOR_PATCH=22 ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH} @@ -63,7 +63,7 @@ LABEL name="bioconductor/bioconductor_docker" \ # Reset args in last layer ARG BIOCONDUCTOR_VERSION=3.19 -ARG BIOCONDUCTOR_PATCH=21 +ARG BIOCONDUCTOR_PATCH=22 ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH} # Set automatically when building with --platform