diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index 0d76e9b..c33a1db 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -22,7 +22,7 @@ usermod -g conda root EOF # Ownership & permissions based on https://docs.anaconda.com/anaconda/install/multi-user/#multi-user-anaconda-installation-on-linux -COPY --from=condaforge/miniforge3:24.9.0-0 --chown=root:conda --chmod=770 /opt/conda /opt/conda +COPY --from=condaforge/miniforge3:24.9.2-0 --chown=root:conda --chmod=770 /opt/conda /opt/conda # Ensure new files are created with group write access & setgid. See https://unix.stackexchange.com/a/12845 RUN chmod g+ws /opt/conda