From f03c2db50144a9152e6b3330564e5870e27d2098 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Mon, 13 May 2024 11:07:35 +0200 Subject: [PATCH] chore(deps): update devcontainer image And make it easier for renovate to keep it up to date. The old `1` refers to the major version of the image itself. The old `18` refers to the node version in that image. Here is a list of tag for comparison: https://mcr.microsoft.com/v2/devcontainers/typescript-node/tags/list The new shorthand `20` refers to "the latest" node 20 variant, and the docker sha pin ensures it is reproducible. --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 660b932630e..05078ffa45c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node { "name": "FakerJs", - "image": "mcr.microsoft.com/devcontainers/typescript-node:1-18@sha256:60a5b036b98734b4ebd1701f5acbc451fdef51a303d111ee88e9ac6cefa79f62", + "image": "mcr.microsoft.com/devcontainers/typescript-node:20@sha256:173debabac3a927225aac3fa451dfd1baa780d5fb8f8e513b1efc615e3221225", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},