Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Test: Lock upstream version
  • Loading branch information
alexander-smolyakov committed Jul 28, 2023
commit a78e264b5c6764a041e64cd46216f9eec38bf726
6 changes: 2 additions & 4 deletions src/anaconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM continuumio/anaconda3 as upstream
FROM continuumio/anaconda3:2023.03-1 as upstream

# Verify OS version is expected one
RUN . /etc/os-release && if [ "${VERSION_CODENAME}" != "bullseye" ]; then exit 1; fi
Expand Down Expand Up @@ -58,9 +58,7 @@ RUN python3 -m pip install \
werkzeug \
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32862
nbconvert \
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32681
requests \
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-28370
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-28370
tornado

# Copy environment.yml (if found) to a temp location so we can update the environment. Also
Expand Down