diff --git a/compose.dev.yml b/compose.dev.yml index 0ca04237..a6d917b4 100644 --- a/compose.dev.yml +++ b/compose.dev.yml @@ -48,7 +48,7 @@ services: condition: service_healthy frontend: - image: node:22-slim + image: node:26-slim working_dir: /app/frontend env_file: .env environment: diff --git a/compose.worktree.yml b/compose.worktree.yml index 17825d8b..b25107b8 100644 --- a/compose.worktree.yml +++ b/compose.worktree.yml @@ -65,7 +65,7 @@ services: condition: service_healthy frontend: - image: node:22-slim + image: node:26-slim working_dir: /app/frontend env_file: .env environment: