Skip to content

Commit 7d3f949

Browse files
authored
Merge pull request #180 from conda-forge/autoupdate-action
Update miniforge version
2 parents 267a462 + e3d73b3 commit 7d3f949

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
matrix:
77
miniforge3:
88
MINIFORGE_NAME: "Miniforge3"
9-
MINIFORGE_VERSION: "26.1.1-3"
9+
MINIFORGE_VERSION: "26.3.2-0"
1010
DOCKERFILE: "ubuntu"
1111
timeoutInMinutes: 360
1212
steps:

ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:noble-20260324
22

33
ARG MINIFORGE_NAME=Miniforge3
4-
ARG MINIFORGE_VERSION=26.1.1-3
4+
ARG MINIFORGE_VERSION=26.3.2-0
55
ARG TARGETPLATFORM
66

77
ENV CONDA_DIR=/opt/conda

0 commit comments

Comments
 (0)