From 10a399f1b3267a527affd59269e490a3dc1a6280 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 25 May 2022 01:06:57 +0000 Subject: [PATCH] release v0.236.1 (codespaces-linux 2.0.2) --- .../codespaces-linux/definition-manifest.json | 21 +++++++++++-------- package.json | 4 ++-- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/containers/codespaces-linux/definition-manifest.json b/containers/codespaces-linux/definition-manifest.json index 8d6de77368..d47a9abf8f 100644 --- a/containers/codespaces-linux/definition-manifest.json +++ b/containers/codespaces-linux/definition-manifest.json @@ -1,5 +1,5 @@ { - "definitionVersion": "2.0.1", + "definitionVersion": "2.0.2", "build": { "latest": true, "rootDistro": "debian", @@ -13,26 +13,29 @@ "annotation": "This document describes the base contents of the default GitHub Codespaces dev container image. Note that this image also includes detection logic to dynamically install additional language / runtime versions based on your repository's contents. Dynamically installed content can be found in sub-folders under `/opt`.", "image": "mcr.microsoft.com/oryx/build:vso-focal-20210728.1", "imageLink": "https://github.com/microsoft/oryx", - "apt": [{ + "apt": [ + { "cgIgnore": false, "name": "moby-cli", "annotation": "Docker CLI" - }, { + }, + { "cgIgnore": false, "name": "moby-engine", "annotation": "Docker Engine" - }, { + }, + { "cgIgnore": false, "name": "git-lfs", "annotation": "Git Large File Support" }, "cmake", - "build-essential", + "build-essential", "cmake", "cppcheck", "valgrind", "lldb", - "llvm", + "llvm", "gdb", "clang", "python3-dev", @@ -41,7 +44,7 @@ "xtail", "software-properties-common", "libsecret-1-dev", - "libnss3", + "libnss3", "libnspr4", "libatk-bridge2.0-0", "libatk1.0-0", @@ -63,7 +66,7 @@ "g++", "gcc", "libc6-dev", - "make", + "make", "pkg-config", "sed", "python3-minimal" @@ -177,4 +180,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index be457dc0d6..4c58ef7e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-dev-containers", - "version": "0.236.0", + "version": "0.236.1", "description": "VS Code Dev Containers: Definitions and Templates", "repository": { "type": "git", @@ -27,4 +27,4 @@ "yargs": "^17.2.1", "handlebars": "^4.7.7" } -} +} \ No newline at end of file