diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-27 08:50:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-27 08:50:35 +0000 |
| commit | 4250869b7275af0b84876f1e15df9372dbe0e4a5 (patch) | |
| tree | 306ac55937f39d6c9cb3dea46a21a0ac12504edf /.devcontainer/devcontainer.json | |
| parent | 29c5a183cded5712d8d7983a597bb54236b50374 (diff) | |
| download | faker-4250869b7275af0b84876f1e15df9372dbe0e4a5.tar.xz faker-4250869b7275af0b84876f1e15df9372dbe0e4a5.zip | |
chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker tag to v22 (#2917)
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 05078ffa..7f56f2d9 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:20@sha256:173debabac3a927225aac3fa451dfd1baa780d5fb8f8e513b1efc615e3221225", + "image": "mcr.microsoft.com/devcontainers/typescript-node:22@sha256:52f2401bd5937985be000f34bb33bb3a3a47bd20249d91bc787d8f00eba220e9", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, |
