Skip to content

Commit

Permalink
[Miniconda] Add support for bookworm (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale authored Jul 1, 2024
1 parent 14c70f2 commit bbc237b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN chmod +x /tmp/apply_security_patches.sh
RUN /tmp/apply_security_patches.sh

# Reset and copy updated files with updated privs to keep image size down
FROM mcr.microsoft.com/devcontainers/base:1-bullseye
FROM mcr.microsoft.com/devcontainers/base:1-bookworm

ARG USERNAME=vscode

Expand Down
2 changes: 1 addition & 1 deletion src/miniconda/test-project/test-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ checkCommon()
libc6 \
libgcc1 \
libgssapi-krb5-2 \
liblttng-ust0 \
liblttng-ust1 \
libstdc++6 \
zlib1g \
locales \
Expand Down

0 comments on commit bbc237b

Please sign in to comment.