From 0558747eedf5f7077332ff49490b8f9522393a87 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 30 Dec 2024 06:06:07 +0000 Subject: [PATCH] Weekly auto-bump Dockerfile patch version for latest release --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 33d19a5..177daef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ ARG BIOCONDUCTOR_VERSION=3.20 ##### IMPORTANT ######## ## The PATCH version number should be incremented each time ## there is a change in the Dockerfile. -ARG BIOCONDUCTOR_PATCH=34 +ARG BIOCONDUCTOR_PATCH=35 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.20 -ARG BIOCONDUCTOR_PATCH=34 +ARG BIOCONDUCTOR_PATCH=35 ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH} # Set automatically when building with --platform