We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355048b commit 5489aa2Copy full SHA for 5489aa2
extensions/galaxy/Dockerfile
@@ -1,5 +1,5 @@
1
ARG BASE_IMAGE=bioconductor/bioconductor_docker
2
-ARG TAG=RELEASE_3_21
+ARG TAG=RELEASE_3_22
3
4
FROM ${BASE_IMAGE}:${TAG}
5
RUN apt update -y && apt install -y net-tools python3-bioblend nginx && \
extensions/galaxy/bioc-extension.yaml
@@ -3,5 +3,5 @@ container:
base:
image: ghcr.io/bioconductor/bioconductor
tag:
6
- - "RELEASE_3_21"
+ - "RELEASE_3_22"
7
- "devel"
0 commit comments