Skip to content

Commit

Permalink
Replace missed 3.19 defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed May 3, 2024
1 parent 267a0ee commit eca8297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV TARGETARCH=${TARGETARCH:-amd64}
FROM base-$TARGETARCH AS base

## Set Dockerfile version number
ARG BIOCONDUCTOR_VERSION=3.19
ARG BIOCONDUCTOR_VERSION=3.20

##### IMPORTANT ########
## The PATCH version number should be incremented each time
Expand Down Expand Up @@ -62,7 +62,7 @@ LABEL name="bioconductor/bioconductor_docker" \
license="Artistic-2.0"

# Reset args in last layer
ARG BIOCONDUCTOR_VERSION=3.19
ARG BIOCONDUCTOR_VERSION=3.20
ARG BIOCONDUCTOR_PATCH=1
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}

Expand Down
2 changes: 1 addition & 1 deletion bioc_scripts/install_bioc_sysdeps.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

BIOC_VERSION=${1:-"3.19"}
BIOC_VERSION=${1:-"3.20"}

# This is to avoid the error
# 'debconf: unable to initialize frontend: Dialog'
Expand Down

0 comments on commit eca8297

Please sign in to comment.