Skip to content

Commit c366934

Browse files
author
github-actions
committed
Create RELEASE_3_23 for Bioconductor 3.23
1 parent 1b09b86 commit c366934

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The suggested name for this image is: bioconductor/bioconductor_docker:devel
22
ARG 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
55
FROM ${BASE_IMAGE}:${arm64_tag} AS base-arm64
66
# This will persist in final image
77
ENV 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

2626
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
2727

@@ -55,7 +55,7 @@ COPY --from=base / /
5555

5656
# Reset args in last layer
5757
ARG BIOCONDUCTOR_VERSION=3.23
58-
ARG BIOCONDUCTOR_PATCH=28
58+
ARG BIOCONDUCTOR_PATCH=0
5959
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
6060

6161
LABEL name="bioconductor/bioconductor_docker" \

0 commit comments

Comments
 (0)