From c8f1d4b72613fb6b748457976bdd6685a1bd8907 Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Tue, 6 Sep 2022 11:22:23 -0700 Subject: [PATCH] Update image (#18) --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3ea2cf7..669c14a 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ # See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.195.0/containers/cpp/.devcontainer/base.Dockerfile # [Choice] Debian / Ubuntu version (use Debian 11/9, Ubuntu 18.04/21.04 on local arm64/Apple Silicon): debian-11, debian-10, debian-9, ubuntu-21.04, ubuntu-20.04, ubuntu-18.04 ARG VARIANT=debian-11 -FROM mcr.microsoft.com/vscode/devcontainers/cpp:0-${VARIANT} +FROM mcr.microsoft.com/devcontainers/cpp:0-${VARIANT} # [Optional] Uncomment this section to install additional packages. # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \