diff options
| author | ST-DDT <[email protected]> | 2024-05-14 18:16:20 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-14 18:16:20 +0200 |
| commit | 044a75600d03cd7f7abfc3b0cbf98f909f1b1d08 (patch) | |
| tree | 2aea850e94f81e1b4c4f037e3153e5998b5791e6 /.devcontainer | |
| parent | 5ba44bc4a62b708b86cd50cda74977bc3b697240 (diff) | |
| download | faker-044a75600d03cd7f7abfc3b0cbf98f909f1b1d08.tar.xz faker-044a75600d03cd7f7abfc3b0cbf98f909f1b1d08.zip | |
chore(deps): update devcontainer image (#2898)
Diffstat (limited to '.devcontainer')
| -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 660b9326..05078ffa 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": {}, |
