Skip to content

Commit

Permalink
Revert devcontainer base img due to `GLIBC_2.34' not found
Browse files Browse the repository at this point in the history
rust-lang/rust#57497

Seems like we are stuck on this img. We can address this in the next release this is probably going to be a lot of work.
  • Loading branch information
jeremiahlukus authored Jun 13, 2024
1 parent 096d08e commit c24fb61
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,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/rust:1-1-bullseye
FROM mcr.microsoft.com/devcontainers/rust:0.202.9-bullseye

RUN sudo apt-get update -y \
&& sudo apt-get upgrade -y
Expand Down

0 comments on commit c24fb61

Please sign in to comment.