From 011fdbdbac5aacf0945fa0b950dadd57d4b0f843 Mon Sep 17 00:00:00 2001 From: bioc-docker-bot Date: Fri, 10 Mar 2023 18:21:35 +0000 Subject: [PATCH] Weekly version bump and rebuild of bioconductor_docker:devel --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43cf9fc..29b398b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG BIOCONDUCTOR_VERSION=3.17 ##### IMPORTANT ######## ## The PATCH version number should be incremented each time ## there is a change in the Dockerfile. -ARG BIOCONDUCTOR_PATCH=17 +ARG BIOCONDUCTOR_PATCH=18 ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH} LABEL name="bioconductor/bioconductor_docker" \