Skip to content

Commit

Permalink
Bump Miniforge3 to 23.3.1 (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin authored Aug 31, 2023
1 parent 0115870 commit 5fe6294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal
SHELL ["/bin/bash", "-c"]

ARG PYTHON_VERSION=3.10.11
ARG CONDA_VERSION=23.1.0
ARG MINIFORGE_VERSION=${CONDA_VERSION}-1
ARG CONDA_VERSION=23.3.1
ARG MINIFORGE_VERSION=${CONDA_VERSION}-0
ARG RUNTIMES="all"

# Set a few default environment variables, including `LD_LIBRARY_PATH`
Expand Down

0 comments on commit 5fe6294

Please sign in to comment.