Skip to content

Commit bbc237b

Browse files
[Miniconda] Add support for bookworm (devcontainers#1109)
1 parent 14c70f2 commit bbc237b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/miniconda/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN chmod +x /tmp/apply_security_patches.sh
66
RUN /tmp/apply_security_patches.sh
77

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

1111
ARG USERNAME=vscode
1212

src/miniconda/test-project/test-utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ checkCommon()
126126
libc6 \
127127
libgcc1 \
128128
libgssapi-krb5-2 \
129-
liblttng-ust0 \
129+
liblttng-ust1 \
130130
libstdc++6 \
131131
zlib1g \
132132
locales \

0 commit comments

Comments
 (0)