From cba4db728fdf1ba47be82439496553c1e8797151 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 13 May 2026 22:44:04 +0000 Subject: [PATCH] Fix BIOCONDUCTOR_NAME to use BIOCONDUCTOR_VERSION instead of hardcoded devel Agent-Logs-Url: https://github.com/Bioconductor/bioconductor_docker/sessions/90e32fd4-f705-4d10-8a5d-dc6851fe1d02 Co-authored-by: LiNk-NY <4392950+LiNk-NY@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2ebf47..9bfeeec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,7 +78,7 @@ ENV LIBSBML_CFLAGS="-I/usr/include" ENV LIBSBML_LIBS="-lsbml" ENV BIOCONDUCTOR_DOCKER_VERSION=$BIOCONDUCTOR_DOCKER_VERSION ENV BIOCONDUCTOR_VERSION=$BIOCONDUCTOR_VERSION -ENV BIOCONDUCTOR_NAME="bioconductor_docker_devel-$TARGETARCH" +ENV BIOCONDUCTOR_NAME="bioconductor_docker_${BIOCONDUCTOR_VERSION}-${TARGETARCH}" # Init command for s6-overlay CMD ["/init"]