summaryrefslogtreecommitdiff
path: root/.devcontainer/Dockerfile
diff options
context:
space:
mode:
authorおさむのひと <46447427+samunohito@users.noreply.github.com>2025-11-19 12:34:27 +0900
committerGitHub <noreply@github.com>2025-11-19 12:34:27 +0900
commit2f3421645a5058ada3d2156faaedc690dda90fcc (patch)
tree6ff4772fa45ea930daec0ca8b5b9abbd84c0e7f4 /.devcontainer/Dockerfile
parentrefactor (diff)
downloadmisskey-2f3421645a5058ada3d2156faaedc690dda90fcc.tar.gz
misskey-2f3421645a5058ada3d2156faaedc690dda90fcc.tar.bz2
misskey-2f3421645a5058ada3d2156faaedc690dda90fcc.zip
fix(devcontainer): devcontainerのバージョンアップ+Renovateでbump出来るように設定を追加 (#16793)
* fix(devcontainer): devcontainerのバージョンアップ+Renovateでbump出来るように設定を追加 * Update renovate.json5 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update renovate.json5 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix matchFileNames * using trixie --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to '.devcontainer/Dockerfile')
-rw-r--r--.devcontainer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index b6ebcf6ad3..d208ad6ecf 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1 +1 @@
-FROM mcr.microsoft.com/devcontainers/javascript-node:0-18
+FROM mcr.microsoft.com/devcontainers/javascript-node:4.0.3-24-trixie