Skip to content

Commit 887a1cb

Browse files
committed
Update to latest miniconda / python 3.11.5
Resolves CVE-2023-40217 Also update UBI version
1 parent 98584d3 commit 887a1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Global Args #################################################################
2-
ARG BASE_UBI_IMAGE_TAG=9.2-755.1696515532
2+
ARG BASE_UBI_IMAGE_TAG=9.2-755.1697625012
33
ARG PROTOC_VERSION=24.4
44
ARG PYTORCH_INDEX="https://download.pytorch.org/whl"
55
#ARG PYTORCH_INDEX="https://download.pytorch.org/whl/nightly"
@@ -178,7 +178,7 @@ ARG PYTORCH_VERSION
178178
RUN dnf install -y unzip git ninja-build && dnf clean all
179179

180180
RUN cd ~ && \
181-
curl -L -O https://repo.anaconda.com/miniconda/Miniconda3-py311_23.5.2-0-Linux-x86_64.sh && \
181+
curl -L -O https://repo.anaconda.com/miniconda/Miniconda3-py311_23.9.0-0-Linux-x86_64.sh && \
182182
chmod +x Miniconda3-*-Linux-x86_64.sh && \
183183
bash ./Miniconda3-*-Linux-x86_64.sh -bf -p /opt/miniconda
184184

0 commit comments

Comments
 (0)