summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2022-06-04 01:40:45 +0200
committerGitHub <noreply@github.com>2022-06-04 01:40:45 +0200
commit4de586b685db8352fc0f6605fcaa58db50a80e51 (patch)
tree60521d6405cdc72f81c74a67eb40a7b18fae029d /.devcontainer
parent56921327553997bc7d25bfb9d5935df77e52f526 (diff)
chore: update devcontainer to a modern tag (#14792)
Using debian 11
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 0aa1b0198..c573d7b60 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1
+FROM mcr.microsoft.com/vscode/devcontainers/rust:1-bullseye
# Install Deno
ENV DENO_INSTALL=/usr/local