We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 267a462 + e3d73b3 commit 7d3f949Copy full SHA for 7d3f949
2 files changed
azure-pipelines.yml
@@ -6,7 +6,7 @@ jobs:
6
matrix:
7
miniforge3:
8
MINIFORGE_NAME: "Miniforge3"
9
- MINIFORGE_VERSION: "26.1.1-3"
+ MINIFORGE_VERSION: "26.3.2-0"
10
DOCKERFILE: "ubuntu"
11
timeoutInMinutes: 360
12
steps:
ubuntu/Dockerfile
@@ -1,7 +1,7 @@
1
FROM ubuntu:noble-20260324
2
3
ARG MINIFORGE_NAME=Miniforge3
4
-ARG MINIFORGE_VERSION=26.1.1-3
+ARG MINIFORGE_VERSION=26.3.2-0
5
ARG TARGETPLATFORM
ENV CONDA_DIR=/opt/conda
0 commit comments