Skip to content

Commit

Permalink
Update miniforge version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored and github-actions[bot] committed Nov 14, 2024
1 parent 9ff6024 commit c008cb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ jobs:
matrix:
mambaforge:
MINIFORGE_NAME: "Mambaforge"
MINIFORGE_VERSION: "24.9.0-0"
MINIFORGE_VERSION: "24.9.2-0"
DOCKERFILE: "ubuntu"
mambaforge-pypy3:
MINIFORGE_NAME: "Mambaforge-pypy3"
MINIFORGE_VERSION: "24.9.0-0"
MINIFORGE_VERSION: "24.9.2-0"
DOCKERFILE: "ubuntu"
miniforge3:
MINIFORGE_NAME: "Miniforge3"
MINIFORGE_VERSION: "24.9.0-0"
MINIFORGE_VERSION: "24.9.2-0"
DOCKERFILE: "ubuntu"
miniforge-pypy3:
MINIFORGE_NAME: "Miniforge-pypy3"
MINIFORGE_VERSION: "24.9.0-0"
MINIFORGE_VERSION: "24.9.2-0"
DOCKERFILE: "ubuntu"
timeoutInMinutes: 360
steps:
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:focal-20241011

ARG MINIFORGE_NAME=Miniforge3
ARG MINIFORGE_VERSION=24.9.0-0
ARG MINIFORGE_VERSION=24.9.2-0
ARG TARGETPLATFORM

ENV CONDA_DIR=/opt/conda
Expand Down

0 comments on commit c008cb9

Please sign in to comment.