Skip to content

Commit c24fb61

Browse files
Revert devcontainer base img due to `GLIBC_2.34' not found
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.
1 parent 096d08e commit c24fb61

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,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/rust:1-1-bullseye
1+
FROM mcr.microsoft.com/devcontainers/rust:0.202.9-bullseye
22

33
RUN sudo apt-get update -y \
44
&& sudo apt-get upgrade -y

0 commit comments

Comments
 (0)