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 daf63a8 commit fdd3eb2Copy full SHA for fdd3eb2
1 file changed
images/bioconda-recipes-issue-responder/Dockerfile
@@ -3,7 +3,6 @@ ARG base=quay.io/bioconda/base-glibc-busybox-bash:2.0.0
3
FROM quay.io/bioconda/create-env:2.0.0 as build
4
RUN /opt/create-env/env-execute \
5
create-env \
6
- --conda=mamba \
7
--strip-files=\* \
8
--remove-paths=\*.a \
9
--remove-paths=\*.pyc \
@@ -13,7 +12,7 @@ RUN /opt/create-env/env-execute \
13
12
ca-certificates \
14
git \
15
openssh \
16
- python=3.8 \
+ python=3.13 \
17
pyyaml \
18
skopeo \
19
&& \
0 commit comments