From 1bfbbaa826d9bb5d640eeb379cc20375bc532b61 Mon Sep 17 00:00:00 2001 From: NexVeridian Date: Mon, 19 Jun 2023 14:05:30 -0700 Subject: [PATCH] 0.3.10 --- .devcontainer/Dockerfile | 4 ++-- .devcontainer/devcontainer.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 36e8626..557fab3 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,8 +1,8 @@ # https://mcr.microsoft.com/en-us/product/devcontainers/rust/about -FROM mcr.microsoft.com/devcontainers/rust:bullseye +FROM mcr.microsoft.com/devcontainers/rust:bookworm RUN apt-get update && \ - apt install -y build-essential xz-utils musl-tools musl-dev gcc-multilib pkg-config libssl-dev + apt install -y build-essential xz-utils musl-tools musl-dev gcc-multilib pkg-config libssl-dev mold RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+') && \ curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz" && \ diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 74f4c1a..402c45e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -45,7 +45,6 @@ "clippy": "cargo clippy --fix --allow-dirty" }, // Configure tool-specific properties. - // "customizations": {}, // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. "remoteUser": "root", "customizations": { @@ -61,9 +60,9 @@ "Gruntfuggly.todo-tree", "ms-azuretools.vscode-docker", "redhat.vscode-yaml", - // "GitHub.copilot", "GitHub.copilot-nightly", "GitHub.copilot-chat" + // "GitHub.copilot" ] } }