From 9e9740b8b18d6d8fb26b4b5d9559b74a9977fd2b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 27 Dec 2025 01:24:56 +0100 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/javascript-node docker tag to v4 (#51) 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/devcontainers/javascript-node | image | major | `1-20` → `4-20` | --- ### 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://github.com/renovatebot/renovate). Reviewed-on: https://git.horstenkamp.eu/Screeps/screeps-deploy-action/pulls/51 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2cbbbf2..fe9beb7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "JS Dev Container", - "image": "mcr.microsoft.com/devcontainers/javascript-node:1-20", + "image": "mcr.microsoft.com/devcontainers/javascript-node:4-20", "features": { "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/git-lfs:1": {},