From 4e0603d2620cdf114c28f2cfa5c5dd935705ba82 Mon Sep 17 00:00:00 2001 From: "ogkevin-robot[bot]" <140143426+ogkevin-robot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:39:56 +0000 Subject: [PATCH] feat(docker-image)!: Update mcr.microsoft.com/vscode/devcontainers/javascript-node Docker tag to v20 (#182) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | mcr.microsoft.com/vscode/devcontainers/javascript-node | final | major | `18-bullseye` -> `20-bullseye` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 56d733e..7e2863e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ # [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster -ARG VARIANT=18-bullseye@sha256:9726a4f58729e711b6e34c11d7ab403db378c2bb373416afb6c28049b7ccd586 +ARG VARIANT=20-bullseye@sha256:ee2a35f1cfec2f7de4d0033935b1169afe078624558e98b4937c6f687fd7b745 FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT} ARG WATCHEXEC_VERSION=1.20.5