Skip to content

Commit fdd3eb2

Browse files
author
benjamin
committed
fix: old issue-responder python/mamba does not build anymore
1 parent daf63a8 commit fdd3eb2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

images/bioconda-recipes-issue-responder/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ ARG base=quay.io/bioconda/base-glibc-busybox-bash:2.0.0
33
FROM quay.io/bioconda/create-env:2.0.0 as build
44
RUN /opt/create-env/env-execute \
55
create-env \
6-
--conda=mamba \
76
--strip-files=\* \
87
--remove-paths=\*.a \
98
--remove-paths=\*.pyc \
@@ -13,7 +12,7 @@ RUN /opt/create-env/env-execute \
1312
ca-certificates \
1413
git \
1514
openssh \
16-
python=3.8 \
15+
python=3.13 \
1716
pyyaml \
1817
skopeo \
1918
&& \

0 commit comments

Comments
 (0)