Skip to content

Commit

Permalink
Explicity specify bullseye for now
Browse files Browse the repository at this point in the history
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
nerdondon committed Sep 3, 2022
1 parent 191c143 commit 7fd505d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.191.0/containers/rust/.devcontainer/base.Dockerfile

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

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

0 comments on commit 7fd505d

Please sign in to comment.