Skip to content

Commit 69bd8df

Browse files
committed
Explicity specify bullseye for now
This is because rust-analyzer now requires a more up to date version of glibc and MS is being slow to update pending some new maintenance plan microsoft/vscode-dev-containers#1599
1 parent 5937c63 commit 69bd8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.191.0/containers/rust/.devcontainer/base.Dockerfile
22

3-
FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1
3+
FROM mcr.microsoft.com/vscode/devcontainers/rust:bullseye
44

55
# [Optional] Uncomment this section to install additional packages.
66
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)