From 9c486161da0a65e9672767fc21836ace6f8cfd7c Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 15 Mar 2021 09:39:52 +0100 Subject: [PATCH] chore: capitalize noun Git in comment (#9137) --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a858572567..fcc5a442a4 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -3,8 +3,8 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0.157.0-14@sha256:98 # see https://mcr.microsoft.com/v2/vscode/devcontainers/typescript-node/tags/list for tags # Add missing Renovate dev tools -# Renovate requires git version 2.22+, while Debian Buster only ships version 2.20. -# The backports repository contains newer versions of git, which we'll use instead. +# Renovate requires Git version 2.22+, while Debian Buster only ships version 2.20. +# The backports repository contains newer versions of Git, which we'll use instead. RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list \ && DEBIAN_FRONTEND=noninteractive apt-get update \ && apt-get -y install --no-install-recommends build-essential git/buster-backports \ -- GitLab