File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# The suggested name for this image is: bioconductor/bioconductor_docker:devel
22ARG BASE_IMAGE=rocker/rstudio
3- ARG arm64_tag=latest
4- ARG amd64_tag=latest
3+ ARG arm64_tag=4.6.0
4+ ARG amd64_tag=4.6.0
55FROM ${BASE_IMAGE}:${arm64_tag} AS base-arm64
66# This will persist in final image
77ENV BIOCONDUCTOR_USE_CONTAINER_REPOSITORY=FALSE
@@ -21,7 +21,7 @@ ARG BIOCONDUCTOR_VERSION=3.23
2121# #### IMPORTANT ########
2222# # The PATCH version number should be incremented each time
2323# # there is a change in the Dockerfile.
24- ARG BIOCONDUCTOR_PATCH=28
24+ ARG BIOCONDUCTOR_PATCH=0
2525
2626ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
2727
@@ -55,7 +55,7 @@ COPY --from=base / /
5555
5656# Reset args in last layer
5757ARG BIOCONDUCTOR_VERSION=3.23
58- ARG BIOCONDUCTOR_PATCH=28
58+ ARG BIOCONDUCTOR_PATCH=0
5959ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
6060
6161LABEL name="bioconductor/bioconductor_docker" \
You can’t perform that action at this time.
0 commit comments