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.
1 parent 14c70f2 commit bbc237bCopy full SHA for bbc237b
src/miniconda/.devcontainer/Dockerfile
@@ -6,7 +6,7 @@ RUN chmod +x /tmp/apply_security_patches.sh
6
RUN /tmp/apply_security_patches.sh
7
8
# Reset and copy updated files with updated privs to keep image size down
9
-FROM mcr.microsoft.com/devcontainers/base:1-bullseye
+FROM mcr.microsoft.com/devcontainers/base:1-bookworm
10
11
ARG USERNAME=vscode
12
src/miniconda/test-project/test-utils.sh
@@ -126,7 +126,7 @@ checkCommon()
126
libc6 \
127
libgcc1 \
128
libgssapi-krb5-2 \
129
- liblttng-ust0 \
+ liblttng-ust1 \
130
libstdc++6 \
131
zlib1g \
132
locales \
0 commit comments