diff options
| author | Valentin Popov <valentin@popov.link> | 2026-02-07 12:49:00 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-02-07 12:49:00 +0300 |
| commit | 0238ad5a520dc22d8b22c040cae5e2fcef2ce577 (patch) | |
| tree | 468c3782e51d32d16d1eb3d68be75674c411b181 /.devcontainer/devcontainer.json | |
| parent | 97f7913a1be4bcde8801bbeec5c86e611b9d353f (diff) | |
| parent | 4c59f6595cf5b47e25cd3f5f3ae09b6f1c35ca52 (diff) | |
| download | strapi-plugin-checkbox-list-0238ad5a520dc22d8b22c040cae5e2fcef2ce577.tar.xz strapi-plugin-checkbox-list-0238ad5a520dc22d8b22c040cae5e2fcef2ce577.zip | |
Merge pull request 'Update mcr.microsoft.com/devcontainers/javascript-node Docker tag to v24' (!17) from renovate/mcr.microsoft.com-devcontainers-javascript-node-24.x into master
Reviewed-on: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/pulls/17
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 0817f86..3723fa2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/javascript-node:22", + "image": "mcr.microsoft.com/devcontainers/javascript-node:24", "forwardPorts": [3000], "portsAttributes": { "3000": { |
